flutter_hooks icon indicating copy to clipboard operation
flutter_hooks copied to clipboard

set minimum flutter version to 3.27.0 and dart 3.6

Open AlexanderThiele opened this issue 6 months ago • 1 comments
trafficstars

Hey! i just ran into an issue in another repo action: https://github.com/maplibre/flutter-maplibre-gl/actions/runs/14990160700

Which says CarouselController not found. did some small debugging and found out that the Carousel-Widget was added in flutter 3.27 so i updated the minimum flutter and dart version.

edit: sorry, this was the correct action: https://github.com/maplibre/flutter-maplibre-gl/actions/runs/14990160700

Summary by CodeRabbit

  • Chores
    • Updated minimum required versions for Dart and Flutter SDKs to ensure compatibility with newer releases.

AlexanderThiele avatar May 13 '25 07:05 AlexanderThiele