Code Monkey home page Code Monkey logo

Comments (8)

Ponewor avatar Ponewor commented on August 14, 2024

+1, Dart 3+ would be highly appreciated

from docker-android-build-box.

master-bob avatar master-bob commented on August 14, 2024

please could you update the flutter version used to latest one (3.13.9)

It's been done!! 👍

The latest version, that is untagged, uses the latest Flutter. This is what is intended by the following statement from the readme:

The latest image will always have the latest software installed, including the last 8 Android SDKs for platforms and associated build tools.

This is also reflected at the end of the read me on Docker Hub:

"Latest" Tag Software:

ANDROID_SDK_TOOLS_VERSION=10406996 BUNDLETOOL_VERSION=1.15.5 JENV_RELEASE=0.5.6-6-g94c1018 BUNDLER_VERSION=2.4.21 RAKE_VERSION=13.1.0 FASTLANE_VERSION=2.216.0 NODE_VERSION=v18.17.1 YARN_VERSION=1.22.19 Globally Installed NPM Packages: /usr/lib ├── @ionic/[email protected] ├── @react-native-community/[email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected] Android SDKs, Build tools, etc Installed:

Path Version Description Location
build-tools;27.0.0 27.0.0 Android SDK Build-Tools 27 build-tools/27.0.0
build-tools;27.0.1 27.0.1 Android SDK Build-Tools 27.0.1 build-tools/27.0.1
build-tools;27.0.2 27.0.2 Android SDK Build-Tools 27.0.2 build-tools/27.0.2
build-tools;27.0.3 27.0.3 Android SDK Build-Tools 27.0.3 build-tools/27.0.3
build-tools;28.0.0 28.0.0 Android SDK Build-Tools 28 build-tools/28.0.0
build-tools;28.0.1 28.0.1 Android SDK Build-Tools 28.0.1 build-tools/28.0.1
build-tools;28.0.2 28.0.2 Android SDK Build-Tools 28.0.2 build-tools/28.0.2
build-tools;28.0.3 28.0.3 Android SDK Build-Tools 28.0.3 build-tools/28.0.3
build-tools;29.0.0 29.0.0 Android SDK Build-Tools 29 build-tools/29.0.0
build-tools;29.0.1 29.0.1 Android SDK Build-Tools 29.0.1 build-tools/29.0.1
build-tools;29.0.2 29.0.2 Android SDK Build-Tools 29.0.2 build-tools/29.0.2
build-tools;29.0.3 29.0.3 Android SDK Build-Tools 29.0.3 build-tools/29.0.3
build-tools;30.0.0 30.0.0 Android SDK Build-Tools 30 build-tools/30.0.0
build-tools;30.0.1 30.0.1 Android SDK Build-Tools 30.0.1 build-tools/30.0.1
build-tools;30.0.2 30.0.2 Android SDK Build-Tools 30.0.2 build-tools/30.0.2
build-tools;30.0.3 30.0.3 Android SDK Build-Tools 30.0.3 build-tools/30.0.3
build-tools;31.0.0 31.0.0 Android SDK Build-Tools 31 build-tools/31.0.0
build-tools;32.0.0 32.0.0 Android SDK Build-Tools 32 build-tools/32.0.0
build-tools;32.1.0-rc1 32.1.0 rc1 Android SDK Build-Tools 32.1-rc1 build-tools/32.1.0-rc1
build-tools;33.0.0 33.0.0 Android SDK Build-Tools 33 build-tools/33.0.0
build-tools;33.0.1 33.0.1 Android SDK Build-Tools 33.0.1 build-tools/33.0.1
build-tools;33.0.2 33.0.2 Android SDK Build-Tools 33.0.2 build-tools/33.0.2
build-tools;34.0.0 34.0.0 Android SDK Build-Tools 34 build-tools/34.0.0
build-tools;34.0.0-rc1 34.0.0 rc1 Android SDK Build-Tools 34-rc1 build-tools/34.0.0-rc1
build-tools;34.0.0-rc2 34.0.0 rc2 Android SDK Build-Tools 34-rc2 build-tools/34.0.0-rc2
build-tools;34.0.0-rc3 34.0.0 rc3 Android SDK Build-Tools 34-rc3 build-tools/34.0.0-rc3
emulator 32.1.15 Android Emulator emulator
ndk;26.1.10909125 26.1.10909125 NDK (Side by side) 26.1.10909125 ndk/26.1.10909125
platform-tools 34.0.5 Android SDK Platform-Tools platform-tools
platforms;android-27 3 Android SDK Platform 27 platforms/android-27
platforms;android-28 6 Android SDK Platform 28 platforms/android-28
platforms;android-29 5 Android SDK Platform 29 platforms/android-29
platforms;android-30 3 Android SDK Platform 30 platforms/android-30
platforms;android-31 1 Android SDK Platform 31 platforms/android-31
platforms;android-32 1 Android SDK Platform 32 platforms/android-32
platforms;android-33 3 Android SDK Platform 33 platforms/android-33
platforms;android-33-ext4 1 Android SDK Platform 33-ext4 platforms/android-33-ext4
platforms;android-33-ext5 1 Android SDK Platform 33-ext5 platforms/android-33-ext5
platforms;android-34 2 Android SDK Platform 34 platforms/android-34
platforms;android-34-ext8 1 Android SDK Platform 34-ext8 platforms/android-34-ext8

FLUTTER_VERSION=3.13.9

Check out that last line. 😘

I'll take this issue as a call to update the documentation. Thanks for the pointer.

from docker-android-build-box.

master-bob avatar master-bob commented on August 14, 2024

+1, Dart 3+ would be highly appreciated

You are set on latest, from flutter doctor on 3.13.9:

Flutter 3.13.9 • channel stable • https://github.com/flutter/flutter.git
Framework • revision d211f42860 (2 weeks ago) • 2023-10-25 13:42:25 -0700
Engine • revision 0545f8705d
Tools • Dart 3.1.5 • DevTools 2.25.0

from docker-android-build-box.

anokabb avatar anokabb commented on August 14, 2024

thank you @master-bob, then you can close this request

from docker-android-build-box.

master-bob avatar master-bob commented on August 14, 2024

I can't do that Mr. Bond. 😉 I do agree that this can be closed though.

I've updated the docs a bit, hopefully that helps mitigate this issue in the future. Cheers.

from docker-android-build-box.

anokabb avatar anokabb commented on August 14, 2024

@master-bob i think the flutter version is still old can you upgrade it to latest 3.16
https://github.com/mingchen/docker-android-build-box/blob/master/Dockerfile

from docker-android-build-box.

master-bob avatar master-bob commented on August 14, 2024

@master-bob i think the flutter version is still old can you upgrade it to latest 3.16 https://github.com/mingchen/docker-android-build-box/blob/master/Dockerfile

@anokabb, in that case I think there's something wrong with your configuration. Are you using the latest tag from a recent timeframe?

flutter version from "latest" tag as of 20 hours ago and for version 1.25.0
leonardo@anicca:~$ date
Mon 20 Nov 2023 10:27:07 PM CET
leonardo@anicca:~$ docker images
REPOSITORY                      TAG       IMAGE ID       CREATED        SIZE
mingc/android-build-box         latest    c564c4750397   20 hours ago   11.6GB
android-minimal                 latest    e8fe9b60d568   7 months ago   2.73GB
android-build                   latest    4117af1d9223   7 months ago   11.6GB
android-complete                latest    92957bf90e00   7 months ago   10.6GB
android-tagged                  latest    fe7134889c8a   7 months ago   9.79GB
sameersbn/apt-cacher-ng         latest    1a21adc4a0dc   8 months ago   84MB
ubuntu/squid                    latest    6a9f0d9e94bc   8 months ago   188MB
mingc/android-build-box         1.25.0    0983cae49658   9 months ago   16.2GB
smokex365/docker-dropbox-ext4   latest    95d49eaf5bb8   4 years ago    626MB
leonardo@anicca:~$ docker run -it mingc/android-build-box bash
root@02a880e7ff8a:/project# flutter --version
Flutter 3.16.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision db7ef5bf9f (5 days ago) • 2023-11-15 11:25:44 -0800
Engine • revision 74d16627b9
Tools • Dart 3.2.0 • DevTools 2.28.2
leonardo@anicca:~$ docker run -it mingc/android-build-box:1.25.0 bash
root@0f43477df039:/project# flutter --version
Flutter 3.0.4 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 85684f9300 (1 year, 5 months ago) • 2022-06-30 13:22:47
-0700
Engine • revision 6ba2af10bb
Tools • Dart 2.17.5 • DevTools 2.12.2

Perhaps you are using an older image?

The flutter version listed in the Dockerfile of this project is the flutter version used on tagged versions of this project. A tagged version uses the version specified inline, prior to 1.26.0, the version in the ARG as of version 1.26.0, or the latest flutter in the latest tag.

from docker-android-build-box.

github-actions avatar github-actions commented on August 14, 2024

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 7 days.

from docker-android-build-box.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.