Whenever you need to argument why Flutter won’t die, remember what Linus said about Desktop Linux here
https://youtu.be/Pzl1B7nB9Kc?t=60
https://youtu.be/Pzl1B7nB9Kc?t=60
YouTube
Linus Torvalds on why desktop Linux sucks
Linus highlights several pain points with regards to desktop Linux.
From DebConf 14 https://www.youtube.com/watch?v=5PmHRSeA2c8
0:00 Application distribution is a huge PITA
2:52 Distros break things and ignore backwards compat.
5:53 Distros waste too much…
From DebConf 14 https://www.youtube.com/watch?v=5PmHRSeA2c8
0:00 Application distribution is a huge PITA
2:52 Distros break things and ignore backwards compat.
5:53 Distros waste too much…
#tips
Improve your code readability by extending AsyncSnapshots with extensions and dart 3 switch expressions
https://www.youtube.com/watch?v=IGeQwe89dsI
Improve your code readability by extending AsyncSnapshots with extensions and dart 3 switch expressions
https://www.youtube.com/watch?v=IGeQwe89dsI
YouTube
AsyncSnapshot when (Dart 3)
Randal Schwartz takes the ".when" from Riverpod's AsyncValue and creates it for an AsyncSnapshot, using Dart 3 pattern matching.
Previous episode using the pattern match: https://youtu.be/9DcGmewaB-c
Git repo for this project: https://github.com/RandalS…
Previous episode using the pattern match: https://youtu.be/9DcGmewaB-c
Git repo for this project: https://github.com/RandalS…
#official
Tomorrow, we will have a new "Observable" episode where Graig Labens and Pooja Bhaumik, will talk about FlutterFlow, tune in!
https://www.youtube.com/watch?v=RF8ungZH0A4&list=PLjxrf2q8roU1GHtc2FCHoEZr_v-LqnTZX
Tomorrow, we will have a new "Observable" episode where Graig Labens and Pooja Bhaumik, will talk about FlutterFlow, tune in!
https://www.youtube.com/watch?v=RF8ungZH0A4&list=PLjxrf2q8roU1GHtc2FCHoEZr_v-LqnTZX
YouTube
Observable Flutter: FlutterFlow
Watch as Craig Labenz is joined by Pooja Bhaumik, Flutter and Dart GDE and Developer Advocate at FlutterFlow, to learn all the FlutterFlow platform has to offer.
Watch more Observable Flutter → https://goo.gle/ObservableFlutter
Subscribe to Flutter → ht…
Watch more Observable Flutter → https://goo.gle/ObservableFlutter
Subscribe to Flutter → ht…
#learning
This article goes beyond the Set data structure, it has an in depth explanation on how object comparison works and it's one of the must read articles out there.
https://medium.com/@daria.orlova/data-structures-with-dart-set-a034bc7b7d4a
This article goes beyond the Set data structure, it has an in depth explanation on how object comparison works and it's one of the must read articles out there.
https://medium.com/@daria.orlova/data-structures-with-dart-set-a034bc7b7d4a
Medium
Data structures with Dart: Set
If you’re in software, chances are that you hear something about data structures & algorithms pretty much every day. Everyone knows this…
#learning
Need a good way to check if you have network and to restart when needed? Look no further. Learn how to code it yourself and don't rely on third party libraries for it.
https://medium.com/@dhruvin.vainsh02/handling-connection-changes-in-your-flutter-app-like-a-pro-6b53cf2eeace
Need a good way to check if you have network and to restart when needed? Look no further. Learn how to code it yourself and don't rely on third party libraries for it.
https://medium.com/@dhruvin.vainsh02/handling-connection-changes-in-your-flutter-app-like-a-pro-6b53cf2eeace
Medium
Handling Connection Changes in Your Flutter App Like a Pro
Introduction
#official
In tomorrow's episode of Observable Flutter we will learn about Bonfire, a RPG maker built with Flame. Bonfire released version 3.0.0 last week and it's going to be interesting to know more.
https://www.youtube.com/live/mp5N0ENPuOw
In tomorrow's episode of Observable Flutter we will learn about Bonfire, a RPG maker built with Flame. Bonfire released version 3.0.0 last week and it's going to be interesting to know more.
https://www.youtube.com/live/mp5N0ENPuOw
YouTube
Observable Flutter: Bonfire
Watch as Craig Labenz is joined by Flutter YouTuber, Trey Hope, to see how the Bonfire package makes it even easier to build rich gaming experiences with Flutter and Flame.
Watch more Observable Flutter → https://goo.gle/ObservableFlutter
Subscribe to Flutter…
Watch more Observable Flutter → https://goo.gle/ObservableFlutter
Subscribe to Flutter…
#learning
https://medium.com/@tommyyy/how-to-publish-a-flutter-windows-application-outside-the-microsoft-store-49bb9d25555c
https://medium.com/@tommyyy/how-to-publish-a-flutter-windows-application-outside-the-microsoft-store-49bb9d25555c
Medium
How to publish a Flutter Windows application outside the Microsoft Store 🥳🥳🥳
For me creating a windows installer that works for everyone was a nightmare, in this article I will solve this problem. ❤️
#packages
Looking for a library to add map alternative to GoogleMap to your library?
Pub.Dev
https://pub.dev/packages/flutter_map
Docs
https://docs.fleaflet.dev/
Looking for a library to add map alternative to GoogleMap to your library?
flutter_map
is a great library with a lot for versatility and more important maintained regularly. That It leverages OpenStreetMap. Pub.Dev
https://pub.dev/packages/flutter_map
Docs
https://docs.fleaflet.dev/
Another excellent Observable just starting
https://www.youtube.com/live/jGoPKX6e39Q?si=fOdW7RosWfYdC7c_
https://www.youtube.com/live/jGoPKX6e39Q?si=fOdW7RosWfYdC7c_
YouTube
Observable Flutter: Flame + Shaders
Watch as Craig Labenz is joined by Renan Araujo to discuss his latest Flutter experiment - game built with Flutter and Flame which makes heavy use of custom fragment shaders. Is it "DoodleDash plus lasers" or a Flutter "Ori and the Blind Forest" clone? Find…
#conferences
Tomorrow is the Flutterista Conference, make sure you watch it !
https://flutteristas.org/flutteristas-conference
https://www.youtube.com/@FlutterCommunity
Tomorrow is the Flutterista Conference, make sure you watch it !
https://flutteristas.org/flutteristas-conference
https://www.youtube.com/@FlutterCommunity
#security
https://krushnalipane.medium.com/intercepting-flutter-based-application-traffic-using-iptables-da0f67064944
https://krushnalipane.medium.com/intercepting-flutter-based-application-traffic-using-iptables-da0f67064944
Medium
Intercepting Flutter Based Application Traffic Using iptables
Flutter, created by Google, has emerged as a popular open-source framework for building natively compiled applications for mobile, web, and desktop from a single codebase. However, with great power…