Please update and add dart 3.0 full support, and flutter 3.10, getting errors on build #11
Closed
fisforfaheem
started this conversation in
General
Replies: 2 comments 1 reply
-
flutter_screenutil_zego is an internal package to solve a specific problem, we do not recommend using it, and it will be deprecated soon. It is recommended that you use flutter_screenutil |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: /Users/4edoc/.pub-cache/hosted/pub.dev/flutter_ringtone_player-3.2.0/android/src/main/java/io/inway/ringtone/player/FlutterRingtonePlayerPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/4edoc/.pub-cache/hosted/pub.dev/zego_express_engine-3.2.1/android/src/main/java/im/zego/zego_express_engine/internal/ZegoExpressEngineMethodHandler.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
../../.pub-cache/hosted/pub.dev/flutter_screenutil_zego-5.6.0/lib/src/screen_util.dart:58:5: Error: Type 'FlutterWindow' not found.
FlutterWindow? window,
^^^^^^^^^^^^^
../../.pub-cache/hosted/pub.dev/flutter_screenutil_zego-5.6.0/lib/src/screen_util.dart:58:5: Error: 'FlutterWindow' isn't a type.
FlutterWindow? window,
^^^^^^^^^^^^^
Target kernel_snapshot failed: Exception
Beta Was this translation helpful? Give feedback.
All reactions