Skip to content

Update dependencies and enhance onboarding flow with new features#81

Merged
Erengun merged 23 commits into
DevOpen-io:mainfrom
Erengun:main
May 30, 2026
Merged

Update dependencies and enhance onboarding flow with new features#81
Erengun merged 23 commits into
DevOpen-io:mainfrom
Erengun:main

Conversation

@Erengun
Copy link
Copy Markdown
Member

@Erengun Erengun commented May 30, 2026

This pull request introduces comprehensive documentation and workflow guidance for the Impeccable frontend design skill and its asset production sub-agent. It adds a detailed skill manifest for Impeccable, outlining its design philosophy, setup, shared design principles, command routing, and operational rules. Additionally, it introduces the impeccable-asset-producer agent, specifying its responsibilities, input/output contracts, and step-by-step workflow for producing production-ready raster assets from design mocks.

Key documentation and workflow additions:

Impeccable Skill Documentation:

  • Adds a detailed .agents/skills/impeccable/SKILL.md file describing the Impeccable design skill, including its scope, setup steps, context gathering, design laws (color, theme, typography, layout, motion, copy), absolute bans, and command routing rules. It includes a comprehensive command table and pin/unpin management instructions.

Asset Production Agent:

  • Introduces .agents/skills/impeccable/agents/impeccable-asset-producer.md for the impeccable-asset-producer agent, detailing its role in producing clean, reusable raster assets from approved mocks, with strict rules against redesigning the provided direction.
  • Specifies input contracts, workflow steps (inventory, bucketing, execution order, production strategies), and output contracts for asset manifests, including QA status and concrete implementation handoffs for semantic roles.
  • Provides prompt patterns and best practices for image-to-image work, transparency handling, and asset directory hygiene.

These changes provide a robust foundation for the Impeccable design skill and its asset production workflow, ensuring clarity, consistency, and production-quality deliverables for frontend interface design and asset generation.

dependabot Bot and others added 23 commits April 1, 2026 11:53
Bumps [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages) from 1.0.8 to 1.0.9.
- [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.9/third_party/packages)

---
updated-dependencies:
- dependency-name: cupertino_icons
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) from 12.0.1 to 12.0.2.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v12.0.2/packages/share_plus)

---
updated-dependencies:
- dependency-name: share_plus
  dependency-version: 12.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.5.4 to 2.5.5.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.5/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences
  dependency-version: 2.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
… app description and version

chore: Enhance CI/CD workflow for Flutter builds and deployments
fix: Update Dart SDK constraint and add necessary permissions in AndroidManifest
docs: Create changelog and update translations for new features
build(deps): bump cupertino_icons from 1.0.8 to 1.0.9
build(deps): bump share_plus from 12.0.1 to 12.0.2
…2.5.5

build(deps): bump shared_preferences from 2.5.4 to 2.5.5
Bumps [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v9.0.1/packages/package_info_plus)

---
updated-dependencies:
- dependency-name: package_info_plus
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
….0.1

build(deps): bump package_info_plus from 9.0.0 to 9.0.1
…g in screens

Co-authored-by: Copilot <copilot@github.com>
- Created pubspec.yaml for the Simple Icons package.
- Implemented test configuration using Alchemist for golden tests.
- Added golden images for all colors and icons.
- Developed golden tests for icon colors and data.
- Introduced build script to automate font and JSON downloads.
- Created Dart files for icon data and colors generation.
- Added version management script for automatic changelog updates.
- Implemented validation for variable names to ensure Dart compatibility.
- Added XML parsing utility to convert font data to icon map.
- Updated dependencies and ensured compatibility with Flutter SDK.
- Added tests for color scheme picker and settings view model.
- Implemented tests for floating subscription card and intro page interactions.
… pages

- Introduced ColorSchemePage for selecting app color themes.
- Created IntroPage for initial user onboarding with subscription cards.
- Added PopularSubsPage to display popular subscription options.
- Updated OnboardingScreen to include new pages and manage transitions.
- Implemented ProfilePage for user profile management with image upload.
- Added UserNamePage for user name input during onboarding.
- Enhanced FloatingSubCard to support logo icons and amplitude for floating effect.
- Updated translations for new UI elements and onboarding text.
- Added tests for IntroPage functionality.
- Introduced a new `SubDetailScreen` to display detailed information about subscriptions.
- Updated router configuration to include a route for the subscription detail screen.
- Modified `HomeScreen` to navigate to the new subscription detail screen when a subscription tile is tapped.
- Enhanced `EditSubsDialog` to improve the user experience when editing subscription details.
- Added a new image file `detail.png` for UI purposes.
- Updated `PopularSubsPage` to include brand information in the subscription cards.
- Replaced the AddSubsDialog with AddSubsSheet for a bottom sheet UI.
- Updated the home screen to use the new AddSubsSheet instead of the dialog.
- Enhanced the AddSubsSheet with a more structured layout and improved user experience.
- Added popular brand selection feature in the AddSubsSheet.
- Adjusted the pie chart's appearance and badge dimensions for better aesthetics.
- Cleaned up unused imports and optimized the code structure.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 30, 2026

Important

Review skipped

Too many files!

This PR contains 242 files, which is 92 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 19897da5-5f7d-4aff-83a5-ce4426bea311

📥 Commits

Reviewing files that changed from the base of the PR and between e513ed2 and fccb554.

⛔ Files ignored due to path filters (57)
  • Screenshot 2026-05-26 at 19.25.20.png is excluded by !**/*.png
  • Subzilla/images/icon.png is excluded by !**/*.png
  • Subzilla/images/phoneScreenshots/1_home_screen_light.png is excluded by !**/*.png
  • Subzilla/images/phoneScreenshots/2_home_screen_dark.png is excluded by !**/*.png
  • Subzilla/images/phoneScreenshots/3_analytics_screen_light.png is excluded by !**/*.png
  • Subzilla/images/phoneScreenshots/4_analytics_screen_dark.png is excluded by !**/*.png
  • Subzilla/images/phoneScreenshots/5_calendar_screen_light.png is excluded by !**/*.png
  • Subzilla/images/phoneScreenshots/6_calendar_screen_dark.png is excluded by !**/*.png
  • add.png is excluded by !**/*.png
  • detail.png is excluded by !**/*.png
  • packages/simple_icons/assets/simple_icons_overview.png is excluded by !**/*.png
  • packages/simple_icons/devenv.lock is excluded by !**/*.lock
  • packages/simple_icons/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png is excluded by !**/*.png
  • packages/simple_icons/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png is excluded by !**/*.png
  • packages/simple_icons/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png is excluded by !**/*.png
  • packages/simple_icons/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png is excluded by !**/*.png
  • packages/simple_icons/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png is excluded by !**/*.png
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png is excluded by !**/*.png
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png is excluded by !**/*.png
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png is excluded by !**/*.png
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png is excluded by !**/*.png
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png is excluded by !**/*.png
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png is excluded by !**/*.png
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png is excluded by !**/*.png
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png is excluded by !**/*.png
  • packages/simple_icons/example/pubspec.lock is excluded by !**/*.lock
  • packages/simple_icons/example/web/favicon.png is excluded by !**/*.png
  • packages/simple_icons/example/web/icons/Icon-192.png is excluded by !**/*.png
  • packages/simple_icons/example/web/icons/Icon-512.png is excluded by !**/*.png
  • packages/simple_icons/example/web/icons/Icon-maskable-192.png is excluded by !**/*.png
  • packages/simple_icons/example/web/icons/Icon-maskable-512.png is excluded by !**/*.png
  • packages/simple_icons/example/windows/runner/resources/app_icon.ico is excluded by !**/*.ico
  • packages/simple_icons/fonts/SimpleIcons.ttf is excluded by !**/*.ttf
  • packages/simple_icons/pubspec.lock is excluded by !**/*.lock
  • packages/simple_icons/test/src/goldens/ci/all_colors.png is excluded by !**/*.png
  • packages/simple_icons/test/src/goldens/ci/all_icons.png is excluded by !**/*.png
  • packages/simple_icons/test/src/goldens/linux/all_colors.png is excluded by !**/*.png
  • packages/simple_icons/test/src/goldens/linux/all_icons.png is excluded by !**/*.png
  • packages/simple_icons/vendor/package-lock.json is excluded by !**/package-lock.json
  • pubspec.lock is excluded by !**/*.lock
📒 Files selected for processing (242)
  • .agents/skills/impeccable/SKILL.md
  • .agents/skills/impeccable/agents/impeccable-asset-producer.md
  • .agents/skills/impeccable/reference/adapt.md
  • .agents/skills/impeccable/reference/animate.md
  • .agents/skills/impeccable/reference/audit.md
  • .agents/skills/impeccable/reference/bolder.md
  • .agents/skills/impeccable/reference/brand.md
  • .agents/skills/impeccable/reference/clarify.md
  • .agents/skills/impeccable/reference/codex.md
  • .agents/skills/impeccable/reference/cognitive-load.md
  • .agents/skills/impeccable/reference/color-and-contrast.md
  • .agents/skills/impeccable/reference/colorize.md
  • .agents/skills/impeccable/reference/craft.md
  • .agents/skills/impeccable/reference/critique.md
  • .agents/skills/impeccable/reference/delight.md
  • .agents/skills/impeccable/reference/distill.md
  • .agents/skills/impeccable/reference/document.md
  • .agents/skills/impeccable/reference/extract.md
  • .agents/skills/impeccable/reference/harden.md
  • .agents/skills/impeccable/reference/heuristics-scoring.md
  • .agents/skills/impeccable/reference/interaction-design.md
  • .agents/skills/impeccable/reference/layout.md
  • .agents/skills/impeccable/reference/live.md
  • .agents/skills/impeccable/reference/motion-design.md
  • .agents/skills/impeccable/reference/onboard.md
  • .agents/skills/impeccable/reference/optimize.md
  • .agents/skills/impeccable/reference/overdrive.md
  • .agents/skills/impeccable/reference/personas.md
  • .agents/skills/impeccable/reference/polish.md
  • .agents/skills/impeccable/reference/product.md
  • .agents/skills/impeccable/reference/quieter.md
  • .agents/skills/impeccable/reference/responsive-design.md
  • .agents/skills/impeccable/reference/shape.md
  • .agents/skills/impeccable/reference/spatial-design.md
  • .agents/skills/impeccable/reference/teach.md
  • .agents/skills/impeccable/reference/typeset.md
  • .agents/skills/impeccable/reference/typography.md
  • .agents/skills/impeccable/reference/ux-writing.md
  • .agents/skills/impeccable/scripts/cleanup-deprecated.mjs
  • .agents/skills/impeccable/scripts/command-metadata.json
  • .agents/skills/impeccable/scripts/critique-storage.mjs
  • .agents/skills/impeccable/scripts/design-parser.mjs
  • .agents/skills/impeccable/scripts/detect-csp.mjs
  • .agents/skills/impeccable/scripts/detect.mjs
  • .agents/skills/impeccable/scripts/impeccable-paths.mjs
  • .agents/skills/impeccable/scripts/is-generated.mjs
  • .agents/skills/impeccable/scripts/live-accept.mjs
  • .agents/skills/impeccable/scripts/live-browser-session.js
  • .agents/skills/impeccable/scripts/live-browser.js
  • .agents/skills/impeccable/scripts/live-complete.mjs
  • .agents/skills/impeccable/scripts/live-completion.mjs
  • .agents/skills/impeccable/scripts/live-inject.mjs
  • .agents/skills/impeccable/scripts/live-poll.mjs
  • .agents/skills/impeccable/scripts/live-resume.mjs
  • .agents/skills/impeccable/scripts/live-server.mjs
  • .agents/skills/impeccable/scripts/live-session-store.mjs
  • .agents/skills/impeccable/scripts/live-status.mjs
  • .agents/skills/impeccable/scripts/live-wrap.mjs
  • .agents/skills/impeccable/scripts/live.mjs
  • .agents/skills/impeccable/scripts/load-context.mjs
  • .agents/skills/impeccable/scripts/modern-screenshot.umd.js
  • .agents/skills/impeccable/scripts/pin.mjs
  • .claude/skills/impeccable
  • .flutter-version
  • .github/dependabot.yml
  • .github/workflows/flutter_build_and_release.yml
  • .gitignore
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • Gemfile
  • PRODUCT.md
  • README.md
  • Subzilla/changelogs/default.txt
  • Subzilla/full_description.txt
  • Subzilla/short_description.txt
  • Subzilla/title.txt
  • android/app/build.gradle.kts
  • android/app/src/main/AndroidManifest.xml
  • android/gradle.properties
  • assets/translations/en.json
  • assets/translations/tr.json
  • docs/privacy-policy.md
  • docs/terms-and-conditions.md
  • fastlane/Appfile
  • fastlane/Fastfile
  • fastlane/metadata/android/en-US/changelogs/default.txt
  • fastlane/metadata/android/tr-TR/changelogs/default.txt
  • lib/config/router_config.dart
  • lib/config/router_config.g.dart
  • lib/layout/root_layout.dart
  • lib/main.dart
  • lib/models/settings_view_model.dart
  • lib/models/settings_view_model.freezed.dart
  • lib/models/settings_view_model.g.dart
  • lib/providers/settings_controller.dart
  • lib/providers/settings_controller.g.dart
  • lib/providers/subs_controller.dart
  • lib/providers/subs_controller.g.dart
  • lib/providers/theme_provider.dart
  • lib/providers/theme_provider.g.dart
  • lib/screens/analytics_screen.dart
  • lib/screens/color_scheme_page.dart
  • lib/screens/home_screen.dart
  • lib/screens/intro_page.dart
  • lib/screens/onboarding_screen.dart
  • lib/screens/popular_subs_page.dart
  • lib/screens/profile_page.dart
  • lib/screens/settings_screen.dart
  • lib/screens/sub_detail_screen.dart
  • lib/screens/user_name_page.dart
  • lib/utils/app_theme.dart
  • lib/utils/notification_service.dart
  • lib/widgets/add_subs_dialog.dart
  • lib/widgets/bottom_controls.dart
  • lib/widgets/brand_logo.dart
  • lib/widgets/color_scheme_picker.dart
  • lib/widgets/edit_subs_dialog.dart
  • lib/widgets/floating_sub_card.dart
  • lib/widgets/intro_page.dart
  • lib/widgets/menu_bar.dart
  • lib/widgets/page_dots.dart
  • lib/widgets/pie_chart.dart
  • packages/simple_icons/CHANGELOG.md
  • packages/simple_icons/LICENSE
  • packages/simple_icons/README.md
  • packages/simple_icons/analysis_options.yaml
  • packages/simple_icons/devenv.nix
  • packages/simple_icons/devenv.yaml
  • packages/simple_icons/example/README.md
  • packages/simple_icons/example/analysis_options.yaml
  • packages/simple_icons/example/android/app/build.gradle
  • packages/simple_icons/example/android/app/src/debug/AndroidManifest.xml
  • packages/simple_icons/example/android/app/src/main/AndroidManifest.xml
  • packages/simple_icons/example/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
  • packages/simple_icons/example/android/app/src/main/kotlin/com/example/example/MainActivity.kt
  • packages/simple_icons/example/android/app/src/main/res/drawable-v21/launch_background.xml
  • packages/simple_icons/example/android/app/src/main/res/drawable/launch_background.xml
  • packages/simple_icons/example/android/app/src/main/res/values-night/styles.xml
  • packages/simple_icons/example/android/app/src/main/res/values/styles.xml
  • packages/simple_icons/example/android/app/src/profile/AndroidManifest.xml
  • packages/simple_icons/example/android/build.gradle
  • packages/simple_icons/example/android/gradle.properties
  • packages/simple_icons/example/android/gradle/wrapper/gradle-wrapper.properties
  • packages/simple_icons/example/android/local.properties
  • packages/simple_icons/example/android/settings.gradle
  • packages/simple_icons/example/ios/Flutter/AppFrameworkInfo.plist
  • packages/simple_icons/example/ios/Flutter/Debug.xcconfig
  • packages/simple_icons/example/ios/Flutter/Generated.xcconfig
  • packages/simple_icons/example/ios/Flutter/Release.xcconfig
  • packages/simple_icons/example/ios/Flutter/ephemeral/flutter_lldb_helper.py
  • packages/simple_icons/example/ios/Flutter/ephemeral/flutter_lldbinit
  • packages/simple_icons/example/ios/Flutter/ephemeral/flutter_native_integration.env
  • packages/simple_icons/example/ios/Flutter/flutter_export_environment.sh
  • packages/simple_icons/example/ios/Runner.xcodeproj/project.pbxproj
  • packages/simple_icons/example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  • packages/simple_icons/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  • packages/simple_icons/example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  • packages/simple_icons/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
  • packages/simple_icons/example/ios/Runner.xcworkspace/contents.xcworkspacedata
  • packages/simple_icons/example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  • packages/simple_icons/example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
  • packages/simple_icons/example/ios/Runner/AppDelegate.swift
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
  • packages/simple_icons/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
  • packages/simple_icons/example/ios/Runner/Base.lproj/LaunchScreen.storyboard
  • packages/simple_icons/example/ios/Runner/Base.lproj/Main.storyboard
  • packages/simple_icons/example/ios/Runner/GeneratedPluginRegistrant.h
  • packages/simple_icons/example/ios/Runner/GeneratedPluginRegistrant.m
  • packages/simple_icons/example/ios/Runner/Info.plist
  • packages/simple_icons/example/ios/Runner/Runner-Bridging-Header.h
  • packages/simple_icons/example/lib/main.dart
  • packages/simple_icons/example/linux/CMakeLists.txt
  • packages/simple_icons/example/linux/flutter/CMakeLists.txt
  • packages/simple_icons/example/linux/flutter/generated_plugin_registrant.cc
  • packages/simple_icons/example/linux/flutter/generated_plugin_registrant.h
  • packages/simple_icons/example/linux/flutter/generated_plugins.cmake
  • packages/simple_icons/example/linux/main.cc
  • packages/simple_icons/example/linux/my_application.cc
  • packages/simple_icons/example/linux/my_application.h
  • packages/simple_icons/example/macos/Flutter/Flutter-Debug.xcconfig
  • packages/simple_icons/example/macos/Flutter/Flutter-Release.xcconfig
  • packages/simple_icons/example/macos/Flutter/GeneratedPluginRegistrant.swift
  • packages/simple_icons/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
  • packages/simple_icons/example/macos/Flutter/ephemeral/flutter_export_environment.sh
  • packages/simple_icons/example/macos/Flutter/ephemeral/flutter_native_integration.env
  • packages/simple_icons/example/macos/Runner.xcodeproj/project.pbxproj
  • packages/simple_icons/example/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  • packages/simple_icons/example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
  • packages/simple_icons/example/macos/Runner.xcworkspace/contents.xcworkspacedata
  • packages/simple_icons/example/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  • packages/simple_icons/example/macos/Runner/AppDelegate.swift
  • packages/simple_icons/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
  • packages/simple_icons/example/macos/Runner/Base.lproj/MainMenu.xib
  • packages/simple_icons/example/macos/Runner/Configs/AppInfo.xcconfig
  • packages/simple_icons/example/macos/Runner/Configs/Debug.xcconfig
  • packages/simple_icons/example/macos/Runner/Configs/Release.xcconfig
  • packages/simple_icons/example/macos/Runner/Configs/Warnings.xcconfig
  • packages/simple_icons/example/macos/Runner/DebugProfile.entitlements
  • packages/simple_icons/example/macos/Runner/Info.plist
  • packages/simple_icons/example/macos/Runner/MainFlutterWindow.swift
  • packages/simple_icons/example/macos/Runner/Release.entitlements
  • packages/simple_icons/example/pubspec.yaml
  • packages/simple_icons/example/web/index.html
  • packages/simple_icons/example/web/manifest.json
  • packages/simple_icons/example/windows/CMakeLists.txt
  • packages/simple_icons/example/windows/flutter/CMakeLists.txt
  • packages/simple_icons/example/windows/flutter/generated_plugin_registrant.cc
  • packages/simple_icons/example/windows/flutter/generated_plugin_registrant.h
  • packages/simple_icons/example/windows/flutter/generated_plugins.cmake
  • packages/simple_icons/example/windows/runner/CMakeLists.txt
  • packages/simple_icons/example/windows/runner/Runner.rc
  • packages/simple_icons/example/windows/runner/flutter_window.cpp
  • packages/simple_icons/example/windows/runner/flutter_window.h
  • packages/simple_icons/example/windows/runner/main.cpp
  • packages/simple_icons/example/windows/runner/resource.h
  • packages/simple_icons/example/windows/runner/runner.exe.manifest
  • packages/simple_icons/example/windows/runner/utils.cpp
  • packages/simple_icons/example/windows/runner/utils.h
  • packages/simple_icons/example/windows/runner/win32_window.cpp
  • packages/simple_icons/example/windows/runner/win32_window.h
  • packages/simple_icons/lib/simple_icons.dart
  • packages/simple_icons/lib/src/icon_color.g.dart
  • packages/simple_icons/lib/src/icon_data.dart
  • packages/simple_icons/lib/src/icon_data.g.dart
  • packages/simple_icons/pubspec.yaml
  • packages/simple_icons/test/flutter_test_config.dart
  • packages/simple_icons/test/src/icon_color_golden_test.dart
  • packages/simple_icons/test/src/icon_data_golden_test.dart
  • packages/simple_icons/tool/build.sh
  • packages/simple_icons/tool/generate_fonts.dart
  • packages/simple_icons/tool/set_version.sh
  • packages/simple_icons/tool/validation.dart
  • packages/simple_icons/tool/xml_to_map.dart
  • packages/simple_icons/vendor/package.json
  • pubspec.yaml
  • skills-lock.json
  • test/widgets/color_scheme_picker_test.dart
  • test/widgets/color_scheme_settings_test.dart
  • test/widgets/floating_sub_card_test.dart
  • test/widgets/intro_page_test.dart

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Erengun Erengun merged commit 879b236 into DevOpen-io:main May 30, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant