en
Feedback
Learn Flutter

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 more
3 915
Subscribers
No data24 hours
+107 days
+4530 days
Posts Archive
Flutter Vikings has started 🎉 https://www.youtube.com/c/FlutterCommunityVideos

#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

Tommy created an amazing like button widget and made it opensource. https://twitter.com/tommylejones/status/1564400327155404801?s=20&t=u7iNQ8FnCtVnvL5wwRH86A

#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

AWS creates official dart packages to communicate with their services https://aws.amazon.com/blogs/opensource/introducing-the-aws-sigv4-signer-for-dart/

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-2dbdd9c2b1bb

#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

#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-7ecba85c4a17

#official All Flutter Design Documents https://docs.flutter.dev/resources/design-docs

#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

#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

#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

#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

Want to lear more about CustomPain, look no further, this is an amazing article https://getstream.io/blog/definitive-flutter-painting-guide/

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.