flutter_showcaseview
flutter_showcaseview copied to clipboard
fix: 🐛 Fixed example app to run in flutter version 3.29.0
Description
Fixed example app to run in flutter version 3.29.0
Checklist
- [x] The title of my PR starts with a [Conventional Commit] prefix (
fix:,feat:,docs:etc). - [x] I have followed the [Contributor Guide] when preparing my PR.
- [ ] I have updated/added tests for ALL new/updated/fixed functionality.
- [ ] I have updated/added relevant documentation in
docsand added dartdoc comments with///. - [ ] I have updated/added relevant examples in
examplesordocs.
Breaking Change?
- [ ] Yes, this PR is a breaking change.
- [x] No, this PR is not a breaking change.
Note: After addressing the issue to run the Flutter 3.29.0 version example app, it is not able to run in Flutter version 3.3.1 in android
I have updated the example app's Gradle configuration to support the latest Flutter version (v3.32.5). However, due to these changes, the example app no longer runs on the minimum supported Flutter version of the package (v3.10.0) and now requires a higher version to run on Android.