dwyl / learn-flutter

🦋 Learn how to use Flutter to Build Cross-platform Native Mobile Apps
https://flutter.dev
GNU General Public License v2.0
73 stars 8 forks source link

Flutter 3.7 #73

Open SimonLab opened 1 year ago

SimonLab commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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. 👌