Skip to content

chore: upgrade flutter and dependencies#23

Merged
FilledStacks merged 2 commits intoStacked-Org:mainfrom
arnon-aroon:chore/upgrade-flutter-and-dependencies
Oct 16, 2025
Merged

chore: upgrade flutter and dependencies#23
FilledStacks merged 2 commits intoStacked-Org:mainfrom
arnon-aroon:chore/upgrade-flutter-and-dependencies

Conversation

@arnon-aroon
Copy link
Copy Markdown
Contributor

Upgrade Flutter and dependencies

This commit upgrades the project to a newer Flutter version and updates various dependencies.

Dependency Updates:

  • Bumps flutter_hooks to ^0.21.3+1
  • Bumps provider to ^6.1.5+1
  • Bumps flutter_lints to ^6.0.0
  • Bumps cupertino_icons to ^1.0.8
  • Bumps mockito to ^5.5.0

Android:

  • Upgrades Gradle to version 8.14.1.
  • Refactors settings.gradle to use the modern plugin management block.
  • Removes the top-level buildscript block from build.gradle.
  • Updates app/build.gradle to use the plugins block and adds the namespace.

iOS:

  • Sets the iOS deployment target to 13.0.
  • Updates Xcode project settings (project.pbxproj) and scheme files.
  • Uses @main attribute instead of @UIApplicationMain in AppDelegate.swift.

General:

  • Adds .build/ and .swiftpm/ to the example's .gitignore.
  • Updates generated mock files to match new dependency versions.
  • Passes super.key in StackedHookView and HookViewModelWidget constructors.

@arnon-aroon
Copy link
Copy Markdown
Contributor Author

@FilledStacks

@FilledStacks
Copy link
Copy Markdown
Contributor

Awesome, thanks!

I'm running the CI now then will merge if it passes 🚀

Copy link
Copy Markdown
Contributor

@FilledStacks FilledStacks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@FilledStacks FilledStacks merged commit 1abc5e6 into Stacked-Org:main Oct 16, 2025
1 check failed
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.

2 participants