I can't upgrade to latest version of flutter, no error but stuck on 1.2.1

1,792 views
Skip to first unread message

Naim Abu Darwish

unread,
Apr 5, 2019, 10:54:05 AM4/5/19
to Flutter Dev
Hello,

I'm on the stable channel and can't update flutter. 

chendeAir:~ doudou$ flutter upgrade
Upgrading Flutter from /Users/doudou/development/flutter...
Already up to date.


Upgrading engine...
Already up-to-date.


Flutter 1.2.1 channel stable https://github.com/flutter/flutter.git
Framework revision 8661d8aecd (7 weeks ago) 2019-02-14 19:19:53 -0800
Engine revision 3757390fa4
Tools Dart 2.1.2 (build 2.1.2-dev.0.0 0a7dcf17eb)


Running flutter doctor...
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.2.1, on Mac OS X 10.14.3 18D109, locale en-LB)
[!] Android toolchain - develop for Android devices (Android SDK version 27.0.3)
   
Flutter requires Android SDK 28 and the Android BuildTools 28.0.3
     
To update using sdkmanager, run:
       
/Users/doudou/Library/Android/sdk/tools/bin/sdkmanager "platforms;android-28" "build-tools;28.0.3"
     
or visit https://flutter.io/setup/#android-setup for detailed instructions.
   
Android license status unknown.
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2)
[!] Android Studio (not installed)
[✓] VS Code (version 1.32.3)
[!] Connected device
   
! No devices available


! Doctor found issues in 3 categories.


Or maybe there's something I don't understand. Any help appreciated, thanks.

Steven McDowall

unread,
Apr 5, 2019, 11:10:24 AM4/5/19
to Naim Abu Darwish, Flutter Dev

I know this may sound silly -- but -- maybe 1.2.1 IS the latest STABLE build?  You are on the stable channel -- it doesn't change that fast..

Perhaps you want to switch to the "beta" channel? 

Here is my flutter doctor -v output ... 

[✓] Flutter (Channel beta, v1.3.8, on Mac OS X 10.14.4 18E226, locale en)
    • Flutter version 1.3.8 at /Users/sjm/Development/tools/flutter
    • Framework revision e5b1ed7a7f (4 weeks ago), 2019-03-06 14:23:37 -0800
    • Engine revision f4951df193
    • Dart version 2.2.1 (build 2.2.1-dev.0.0 571ea80e11)

flutter channel beta    

Will change the channel you are using .. I find beta to be a good mix of stable and random nightly :) 

/Steve


--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ray Rischpater

unread,
Apr 5, 2019, 11:53:19 AM4/5/19
to Steven McDowall, Naim Abu Darwish, Flutter Dev
Flutter 1.2.1 is the latest stable build at the moment. 

Steve's right; if you want a later build, you'll need to change channels. 

Thanks, and good luck!
--

Ray Rischpater | Technical Program Manager, Flutter | risch...@google.com | 

Naim Abu Darwish

unread,
Apr 9, 2019, 11:30:58 AM4/9/19
to Flutter Dev
OK, but what's confusing me is this developer I'm working with, he sent me this output of flutter doctor from his side :: 

MacOSs-MacBook-Pro:enfusion macos$ flutter doctor -v
[✓] Flutter (Channel stable, v1.3.1-pre.5, on Mac OS X 10.13.6 17G4015, locale en-US)
Flutter version 1.3.1-pre.5 at /Users/macos/Desktop/flutter
Framework revision 9f35f6c3a6 (34 hours ago), 2019-02-27 17:24:06 -0800
Engine revision 3e4e6f5c54
Dart version 2.2.1 (build 2.2.1-dev.0.0 40bab34fbd)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
Android SDK at /Users/macos/Library/Android/sdk
Android NDK location not configured (optional; useful for native profiling support)
Platform android-28, build-tools 28.0.3
Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
All Android licenses accepted.

[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
Xcode at /Applications/Xcode.app/Contents/Developer
Xcode 10.1, Build version 10B61
ios-deploy 1.9.4
CocoaPods version 1.5.3

[✓] Android Studio (version 3.2)
Android Studio at /Applications/Android Studio.app/Contents
Flutter plugin version 31.1.1
Dart plugin version 181.5656
Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[✓] VS Code (version 1.31.1)
VS Code at /Applications/Visual Studio Code.app/Contents
Flutter extension version 2.24.0

[✓] Connected device (2 available)
SM A510F   3300ed3e3d64b2ad                     android-arm Android 7.0 (API 24)
iPhone XR 9D1F1CDD-90CC-48F8-803E-688C95FBE42D ios         iOS 12.1 (simulator)

No issues found!




Flutter (Channel stable, v1.3.1 ...

how can this happen if he's on stable channel like I am?

regards
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Steven McDowall

unread,
Apr 9, 2019, 11:38:09 AM4/9/19
to Naim Abu Darwish, Flutter Dev
Ask him how he got that version?? 

It’s an odd looking version to be honest .. 


Sent from my iPad
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.

Benedicte Roussel

unread,
Apr 11, 2019, 4:35:50 AM4/11/19
to s...@hawoods.org, Naim Abu Darwish, Flutter Dev
Simply go to tool sdk manager and check what is missing.


Le mar., avr. 9, 2019 à 17:38, Steven McDowall
<s...@hawoods.org> a écrit :


Sent from my iPad

       
/Users/doudou/Library/Android/ sdk/tools/bin/sdkmanager "platforms;android-28" "build-tools;28.0.3"
     
or visit https://flutter.io/setup/# android-setup for detailed instructions.

   
Android license status unknown.
[✓] iOS toolchain - develop for iOS devices (Xcode 10.2)
[!] Android Studio (not installed)
[✓] VS Code (version 1.32.3)
[!] Connected device
   
! No devices available


! Doctor found issues in 3 categories.

Or maybe there's something I don't understand. Any help appreciated, thanks.

--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@ googlegroups.com.
For more options, visit https://groups.google.com/d/ optout.

--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@ googlegroups.com.
For more options, visit https://groups.google.com/d/ optout.
--

Ray Rischpater | Technical Program Manager, Flutter | risch...@google.com | 

--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages