.pub-cache/ .pub/ build/ ios/.generated/ packages pubspec.lock .flutter-plugins Podfile.lock lib/generated_plugin_registrant.dart flutter_*.png linked_*.ds unlinked.ds unlinked_spec.ds #Android related **/android/**/gradle-wrapper.jar ...
delete all cache files Listen the compression progress TODO Lets Get Started 1. Depend on it Add this to your package's pubspec.yaml file: dependencies: video_compress: ^3.1.0 2. Install it You can install packages from the command line: with pub: $ pub get 3. Import it Now in your...
try to run flutter clean and flutter pub get Yes I did, also cleaning all gradle cache and recompiled as well. Maybe some dependencies in my project having conflicts with your new version (1.2.0 to 1.3.0), I will try to figure it out. Thanks! Owner liodali commented Sep 9, 2024 ...
cache: cache, buildBucketClient: buildBucketClient, buildBucketV2Client: buildBucketV2Client, pubsub: const PubSub(), ); final LuciBuildServiceV2 luciBuildServiceV2 = LuciBuildServiceV2( final LuciBuildServiceV2 luciBuildService = LuciBuildServiceV2( config: config, cache: cache, buildBucketV2Clie...
Some Android permissions are deemed "dangerous", and android.permission.READ_EXTERNAL_STORAGE is one of them. flutter_file_picker uses this dangerous permission (cf. AndroidManifest.xml), therefore all the Android apps using flutter_file...
Steps to Reproduce Execute flutter run on the code sample ... ... Expected results: Actual results: Code sample Logs
.pub-cache/ .pub/ build/ ios/.generated/ packages pubspec.lock .flutter-plugins Podfile.lock lib/generated_plugin_registrant.dart flutter_*.png linked_*.ds unlinked.ds unlinked_spec.ds # Android related **/android/**/gradle-wrapper.jar **/android/.gradle **/android/captures/ **/android/...