flutter_kurdish_localization icon indicating copy to clipboard operation
flutter_kurdish_localization copied to clipboard

Got an Exception on flutter version 3.19.0

Open muhd-nish4d opened this issue 1 year ago • 1 comments

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... /C:/Users/ACM/AppData/Local/Pub/Cache/hosted/pub.dev/flutter_kurdish_localization-1.0.8/lib/kurdish_cupertino_localization_delegate.dart:275:7: Error: The non-abstract class 'KurdishCupertinoLocalizations' is missing implementations for these members:

  • CupertinoLocalizations.clearButtonLabel Try to either
  • provide an implementation,
  • inherit an implementation from a superclass or mixin,
  • mark the class as abstract, or
  • provide a 'noSuchMethod' implementation.

class KurdishCupertinoLocalizations extends GlobalCupertinoLocalizations { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /C:/Users/ACM/Documents/flutter/packages/flutter/lib/src/cupertino/localizations.dart:256:14: Context: 'CupertinoLocalizations.clearButtonLabel' is defined here. String get clearButtonLabel; ^^^^^^^^^^^^^^^^ Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'C:\Users\ACM\Documents\flutter\bin\flutter.bat'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1m 2s Error: Gradle task assembleDebug failed with exit code 1

Exited (1).

muhd-nish4d avatar Feb 20 '24 05:02 muhd-nish4d

You can use my fork for the package where I did a lot of updates to the package and fixed the 3.19.0 flutter update issue on iOS

specOper99 avatar Feb 21 '24 18:02 specOper99