flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

fix: 🐛 Fixed example app to run in flutter version 3.29.0

Open Sahil-Simform opened this issue 10 months ago • 2 comments

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 docs and added dartdoc comments with ///.
  • [ ] I have updated/added relevant examples in examples or docs.

Breaking Change?

  • [ ] Yes, this PR is a breaking change.
  • [x] No, this PR is not a breaking change.

Sahil-Simform avatar Feb 25 '25 10:02 Sahil-Simform

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

Sahil-Simform avatar Feb 26 '25 08:02 Sahil-Simform

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.

Sahil-Simform avatar Jul 07 '25 04:07 Sahil-Simform