Learn Flutter
Open in Telegram
Curated Content - Every Weekday at 17:00 UTC Publish news, tools, tutorial and everything you need to know about Flutter to learn or improve as a Developer Bluesky: https://bsky.app/profile/oldmetalmind.bsky.social
Show more3 915
Subscribers
No data24 hours
+107 days
+4530 days
Posts Archive
3 915
#learning #desktop
Flutter for Desktop is not only for apps.
TakRutvik show us how to build a MacOS dock clone 🥰
https://medium.com/@TakRutvik/building-macos-inspired-doc-in-flutter-ceb7ff958f49
3 915
Tommy created an amazing like button widget and made it opensource.
https://twitter.com/tommylejones/status/1564400327155404801?s=20&t=u7iNQ8FnCtVnvL5wwRH86A
3 915
#dart #cli
This article if for you if you want to create a good Dart CLI
https://verygood.ventures/blog/generate-command-line-application-cli
3 915
AWS creates official dart packages to communicate with their services
https://aws.amazon.com/blogs/opensource/introducing-the-aws-sigv4-signer-for-dart/
3 915
Working with overlays doesn't have to be so complex. Those who had to build their own custom dropdown list or tooltip know.
Well not anymore! Check this article and the package
overlayment
https://medium.com/@SchabanBo/overlayment-an-overlay-management-package-2dbdd9c2b1bb3 915
#articles
Want to start a Flutter side project but don't know how?
Well we believe this guide will help you with it
https://medium.com/@daria.orlova/flutter-pet-project-roadmap-31247c8eb015
3 915
#learning #package
Need a better way to write tests? Have a good overview of what is going on?
Read on this article, which talks about the package:
convenient_test
pub dev - https://pub.dev/packages/convenient_test
It might be useful for your project ✌️
https://medium.com/@ch271828n/reduce-the-time-of-writing-and-maintaining-tests-in-flutter-7ecba85c4a173 915
#desktop
Flutter for Windows Desktop: Getting Started
https://www.raywenderlich.com/33895609-flutter-for-windows-desktop-getting-started
3 915
#learning #article #architecture
Project architecture is still not discussed enough, there are many alternatives but one that we here quite enjoy is the separation of the screens with WidgetViews.
Read all about it at gskinner blog, a well written article about this topic
https://blog.gskinner.com/archives/2020/02/flutter-widgetview-a-simple-separation-of-layout-and-logic.html
3 915
#official
To complement this article, don't forget to check the official documentation on the topic.
Note: Don't forget to check the link "get started guide"
https://docs.flutter.dev/development/data-and-backend/state-mgmt/declarative
3 915
#learning
Need to better understand Imperative versus Declarative ?
Since the most common way of programming out there is Imperative and Flutter is Declaritive it is important to understand the differences.
There is this interesting article that will get you on the right track.
https://ui.dev/imperative-vs-declarative-programming
3 915
#official
Need to learn how to setup up Internationalization? Why not read the oficial Flutter User Guide
https://docs.google.com/document/d/10e0saTfAv32OZLRmONy866vnaw0I2jwL8zukykpgWBc/edit
3 915
Want to lear more about CustomPain, look no further, this is an amazing article
https://getstream.io/blog/definitive-flutter-painting-guide/
3 915
Ever wanted to learn more about Dart Virtual Machine, that is responsible to give us the amazing Hot Reload?
Read more about it here
https://mrale.ph/dartvm/#:~:text=Dart%20VM%20is%20a%20virtual,when%20executing%20on%20Dart%20VM.
