flutter-sdk-image icon indicating copy to clipboard operation
flutter-sdk-image copied to clipboard

Docker image with Flutter SDK to build Android apps

Results 10 flutter-sdk-image issues
Sort by recently updated
recently updated
newest added

Cannot build Dockerfile using this image on macbook pro with M1 chip. ### Expected behaviour Dockerfile should be built with this image for building an android app using flutter sdk....

I started using mobiledevops docker image in gitlab-ci script as follows `image: mobiledevops/flutter-sdk-image:3.16.4 variables: ANDROID_COMPILE_SDK: "34" ANDROID_BUILD_TOOLS: "33.0.3" ANDROID_SDK_TOOLS: "31.3.13" stages: - build - versionning - push_gitlab flutter_build_dev: stage: build...

Are there other ways to add SQLite library dependencies? If yes, how?

Current version of the image is 3.16.3. Latest version is 3.19.1 There are breaking changes for integration_tests that depends in file 6.x in version 3.16 while it depends on 7.x...

Short summary ... ### Type of change - [*] new feature

This image contains an old Dart SDK version ### Expected behavior Update the image with the new Dart SDK Version

Updates to Flutter SDK 3.16.9 ### Type of change - [ ] bug fix - [x] new feature - [ ] code style / documentation ### What does this implement/fix?...

The current Flutter SDK version is 0.0.0-unknown.

The 3.16.3 release included a version of OpenJDK, that is not supported by gradle and caused APK builds to fail. ### Expected behaviour Each release should use a version of...

When trying to run a build command in a docker-based DroneCI pipeline the "pub get" process fails when writing pubspec.lock ### Expected behaviour Build Process to complete as it succefully...