Aniketkhote / refreshed

Enhanced GetX for Flutter: Stability, Performance, Beginner-Friendly.
https://pub.dev/packages/refreshed
Other
67 stars 7 forks source link

refreshed-2.6.1/lib/get_navigation/src/routes/get_transition_mixin.dart(415,39): error G75B77105: Member not found #22

Closed coolight7 closed 5 months ago

coolight7 commented 5 months ago

ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION. Fill in the template. Issues that do not respect the model will be closed.

Describe the bug Hi, refreshed-2.6.1 seem not support for flutter-3.22.0 There are some errors output when flutter run:

refreshed-2.6.1/lib/get_navigation/src/routes/get_transition_mixin.dart(415,39): error G75B77105: Member not found: 'CupertinoRouteTransitionMixin.isPopGestureInProgress'

Reproduction code NOTE: THIS IS MANDATORY, IF YOUR ISSUE DOES NOT CONTAIN IT, IT WILL BE CLOSED PRELIMINARY

flutter run -d win

To Reproduce Steps to reproduce the behavior:

  1. flutter run -d win
  2. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Flutter Version: flutter/3.22

Refreshed Version: 2.6.1

Describe on which device you found the bug: windows

Minimal reproduce code flutter run -d win

Aniketkhote commented 5 months ago

Fixed in refreshed 2.6.3

coolight7 commented 5 months ago

Awesome!