-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
platform-androidAndroid applications specificallyAndroid applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to reproduce:
flutter create dummy; cd dummyflutter build apk- Check that
LICENSEfile does not contain "android_alarm_manager":grep android_alarm_manager build/app/intermediates/flutter/release/flutter_assets/LICENSE - Add
android_alarm_manager: anyto the pubspec.yaml file'sdependenciessection. flutter build apk- Check that
build/app/intermediates/flutter/release/flutter_assets/LICENSEnow does contain "android_alarm_manager". - Check that
LICENSEfile does not contain "Bui":grep Bui build/app/intermediates/flutter/release/flutter_assets/LICENSE - Add
flutter_local_notifications: anyto the pubspec.yaml file'sdependenciessection. flutter build apk- Check that
build/app/intermediates/flutter/release/flutter_assets/LICENSEnow does contain "Bui". - Run `flutter clean; flutter build apk;
- Check that
build/app/intermediates/flutter/release/flutter_assets/LICENSEnow does contain "Bui".
For some reason, steps 10 and 12 give different results.
Metadata
Metadata
Assignees
Labels
platform-androidAndroid applications specificallyAndroid applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.