trietho / flutter_beep

A very lite module to play system sounds and beep for flutter apps (no sound files)
BSD 3-Clause "New" or "Revised" License
17 stars 31 forks source link

Flutter 3.19.0 Update #21

Open simeonangelov94 opened 7 months ago

simeonangelov94 commented 7 months ago

When updating flutter to 3.19.0 the app cannot compile anymore because of an Uint8List64() error. Please find the error below.

/.pub-cache/hosted/pub.dev/flutter_beep-1.0.0/android/src/main/java/com/gonoter/flutter_beep/FlutterBeepPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ../../../../../../.pub-cache/hosted/pub.dev/data_serializer-1.0.7/lib/src/platform_io.dart:14:35: Error: A value of type 'Uint8List Function()' can't be assigned to a variable of type 'Uint8List'.