Apo
Apo
**Describe the bug** After upgrade following https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply#androidsettings-gradle debug mode only release mode works **Expected behavior** Play video as same as other platform **Log** Add ``` import 'package:logging/logging.dart'; import 'package:intl/intl.dart'; ```...
Calling to PackageInfo.fromPlatform() before the runApp() call will cause an exception. See https://github.com/fluttercommunity/plus_plugins/issues/309 https://github.com/hawkkiller/sizzle_starter/blob/e55640b5afe2f16513e4d6ef2e3bc92d5729ae44/app/lib/src/logic/composition_root.dart#L60 plugins { id("com.android.application") version "8.9.1" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false } environment: sdk: ^3.9.0...
### Steps to reproduce build with --release ``` flutter build web --release --tree-shake-icons ``` ### Expected results build release can tree-shaken most unused Lucide icons ### Actual results Unable to...
https://docs.flutter.dev/platform-integration/android/predictive-back