Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter 3.7 #73

Open
SimonLab opened this issue Jan 25, 2023 · 2 comments
Open

Flutter 3.7 #73

SimonLab opened this issue Jan 25, 2023 · 2 comments
Labels
discuss enhancement New feature or request starter

Comments

@SimonLab
Copy link
Member

SimonLab commented Jan 25, 2023

image

Flutter 3.7 has just been released, see https://docs.flutter.dev/whats-new
and https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c

Run flutter upgrade to download the latest version

@nelsonic
Copy link
Member

Just ran:

flutter doctor

┌─────────────────────────────────────────────────────────┐
│ A new version of Flutter is available!                  │
│                                                         │
│ To update to the latest version, run "flutter upgrade". │
└─────────────────────────────────────────────────────────┘
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.8, on macOS 13.1 22C65 darwin-arm, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.74.3)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

• No issues found!

So Upgraded:

flutter upgrade

Worked without any issues:

Flutter 3.7.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b06b8b2710 (5 days ago) • 2023-01-23 16:55:55 -0800
Engine • revision b24591ed32
Tools • Dart 2.19.0 • DevTools 2.20.1

Running flutter doctor...
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.0, on macOS 13.1 22C65 darwin-arm64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.74.3)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

• No issues found!

Going through the tutorial again now. 👨‍💻 ⏳

@nelsonic
Copy link
Member

nelsonic commented Feb 4, 2023

Took a quick look at the Material 3 theme builder: https://m3.material.io/theme-builder#/custom
using the colors from github.com/dwyl/dwyl-site/css/dwyl.css

image
image
image

Can't say I love the result. Looks kinda boring to me. 🥱
Think we will need a lot of help with color schemes/themes. 🌈
But it's really good to know there is a tool like this to help get started. 👌

@nelsonic nelsonic added enhancement New feature or request discuss starter labels Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss enhancement New feature or request starter
Projects
None yet
Development

No branches or pull requests

2 participants