You don't need to limit your work with Dart/Flutter to mobile, desktop, web. Why not embedded Devices?
https://infinum.com/the-capsized-eight/flutter-embedded-device
https://infinum.com/the-capsized-eight/flutter-embedded-device
Infinum
Are Embedded Devices the Future of Flutter?
Starting out with just Android, Flutter is now supported on various platforms and embedded devices could be the next milestone.
After some time without a Flutter Challenge, Flutter Team as announced a new one 🎉
This is always an exccelent opportunity to learn Flutter by being motivated in delivering a solution!
https://flutter.dev/events/puzzle-hack
This is always an exccelent opportunity to learn Flutter by being motivated in delivering a solution!
https://flutter.dev/events/puzzle-hack
flutter.dev
Flutter Puzzle Hack
If you are participating in the Flutter Puzzle Hack don't miss out the Very Good Ventures article
https://medium.com/flutter/how-to-build-your-own-flutter-slide-puzzle-93721ac5fad2
https://medium.com/flutter/how-to-build-your-own-flutter-slide-puzzle-93721ac5fad2
Medium
How to build your own Flutter slide puzzle
By now you’ve probably read through the Flutter Puzzle Hack challenge and are already thinking of how to push your creativity to new…
If you are looking for an alternative to Firebase, NHost has news for you
https://www.nhost.io/blog/nhost-v2-the-beginning-of-something-big
https://www.nhost.io/blog/nhost-v2-the-beginning-of-something-big
nhost.io
Nhost v2 - The beginning of something big | Nhost
Nhost is an open source Firebase alternative with GraphQL, built with the following things in mind: Open Source, GraphQL, SQL, Great Developer Experience
Just announced. A special event on the 3rd Feb regarding Windows
More info at
https://flutter.dev/events/flutter-update-windows
More info at
https://flutter.dev/events/flutter-update-windows
flutter.dev
Flutter Event | Flutter Update: Desktop Support
Since we launched Flutter, we’ve focused on delivering a cross-platform solution for beautiful, tailored apps that are compiled to machine code and take full advantage of the underlying graphics hardware of your device.
With Flutter, everything is open-source and in the open. Have you check the Roadmap for 2022?
https://github.com/flutter/flutter/wiki/Roadmap
https://github.com/flutter/flutter/wiki/Roadmap
GitHub
Roadmap
Flutter makes it easy and fast to build beautiful apps for mobile and beyond - Roadmap · flutter/flutter Wiki
Andrea a well known Flutter teacher has released a new tutorial
More will come in March
https://codewithandrea.com/courses/complete-flutter-bundle/
More will come in March
https://codewithandrea.com/courses/complete-flutter-bundle/
Code With Andrea
The Complete Flutter Course Bundle
An extensive Flutter curriculum made of 3 courses, covering many advanced topics that you'll need to create full-stack apps with Flutter & Firebase.
#event
The Official Flutter Event about Windows happening today!
https://flutter.dev/events/flutter-update-windows
The Official Flutter Event about Windows happening today!
https://flutter.dev/events/flutter-update-windows
flutter.dev
Flutter Event | Flutter Update: Desktop Support
Since we launched Flutter, we’ve focused on delivering a cross-platform solution for beautiful, tailored apps that are compiled to machine code and take full advantage of the underlying graphics hardware of your device.
FOSDEM 2022 already started and has sessions about Flutter & Dart
Check the schedule at
https://fosdem.org/2022/schedule/track/dart_and_flutter/
Check the schedule at
https://fosdem.org/2022/schedule/track/dart_and_flutter/
fosdem.org
FOSDEM 2022 - Dart and Flutter devroom
#videos
Learn all about State Management starting on how to use the basics with InheritedWidget
https://youtu.be/sYhOf0HF3RQ
Learn all about State Management starting on how to use the basics with InheritedWidget
https://youtu.be/sYhOf0HF3RQ
YouTube
Chapter 2 - InheritedWidget - Flutter State Management Course 💙
Flutter State Management playlist: https://www.youtube.com/playlist?list=PL6yRaaP0WPkUf-ff1OX99DVSL1cynLHxO
In this chapter we will have a look at one of the easiest way of sharing data between your widgets, using an InheritedWidget. An InheritedWidget is…
In this chapter we will have a look at one of the easiest way of sharing data between your widgets, using an InheritedWidget. An InheritedWidget is…
When I am looking for some specific content for my app, I usualy go to a Awesome github list.
Luckily there is one for Flutter and I use it a lot when deciding what to use for a specific case.
Look no further:
https://github.com/nepaul/awesome-flutter
Luckily there is one for Flutter and I use it a lot when deciding what to use for a specific case.
Look no further:
https://github.com/nepaul/awesome-flutter
GitHub
GitHub - nepaul/awesome-flutter: 💗 A curated list of awesome Flutter libraries, tools, tutorials, articles and more.. All you should…
💗 A curated list of awesome Flutter libraries, tools, tutorials, articles and more.. All you should know about Flutter development! - nepaul/awesome-flutter
#packages
Do you like to keep your code tidy including your dart/flutter imports?
I recommend this package 👍
🎉 Bonus points for this lib for adding git pre-commit hooks!
https://pub.dev/packages/import_sorter
Do you like to keep your code tidy including your dart/flutter imports?
I recommend this package 👍
🎉 Bonus points for this lib for adding git pre-commit hooks!
https://pub.dev/packages/import_sorter
Dart packages
import_sorter | Dart package
Automatically organize your dart imports
Learn Flutter
#packages Do you like to keep your code tidy including your dart/flutter imports? I recommend this package 👍 🎉 Bonus points for this lib for adding git pre-commit hooks! https://pub.dev/packages/import_sorter
In a near future we will have Metaprogramming, get ready for it by reading this recommended article.
"Static Metaprogramming in Dart and Flutter: macro_prototype overview"
https://www.sandromaglione.com/dart-flutter-static-metaprogramming-macro-prototype/
"Static Metaprogramming in Dart and Flutter: macro_prototype overview"
https://www.sandromaglione.com/dart-flutter-static-metaprogramming-macro-prototype/
Sandro Maglione
Static Metaprogramming in Dart and Flutter: macro_prototype overview
Static Metaprogramming in dart and flutter is coming. Learn about the macro prototype and how to use metaprogramming in dart and flutter.