#conference
The conference Flutter & Friends happening now, has a livestream
Main Stage: https://www.youtube.com/live/Gz0J2Uv6xSI?si=mOibagT7hkNxab3p
Exhibition Stage: *TBA*
The conference Flutter & Friends happening now, has a livestream
Main Stage: https://www.youtube.com/live/Gz0J2Uv6xSI?si=mOibagT7hkNxab3p
Exhibition Stage: *TBA*
YouTube
Flutter & Friends - Main stage stream
This is the stream from the main stage of the Flutter & Friends conference in Stockholm on the 4th of September.Presented by App Shack & HackberryLivestream ...
Learn Flutter
DartLangSpecDraft.pdf
#news
"Dart Programming Language Specification"
6th edition draft
Version 2.13-dev
September 15, 2023
"Dart Programming Language Specification"
6th edition draft
Version 2.13-dev
September 15, 2023
🕵️♀️ Select # to filter messages by topic.
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
- Learning per Developer Experience
#junior
#plain
#senior
- Topics
#official
#star
#news
#learning
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#ux
#design
#example
#sockets
#performance
#opensource
#architecture
#bash
#debug
Learn Flutter pinned «🕵️♀️ Select # to filter messages by topic. - Learning per Developer Experience #junior #plain #senior - Topics #official #star #news #learning #dart #productivity #information #poll #project #test #tool #book #video #conference #tip #packages…»
#package
"Modern web framework for building websites in Dart that feels like Flutter but supports server-side rendering."
https://pub.dev/packages/jaspr
"Modern web framework for building websites in Dart that feels like Flutter but supports server-side rendering."
https://pub.dev/packages/jaspr
Dart packages
jaspr | Dart package
A modern web framework for building websites in Dart that feels like Flutter but supports server-side rendering.
#news
Announced today, at Youtube event "Made On YouTube", the new app Youtube Create and it's made with Flutter 😍
https://x.com/FlutterDev/status/1704918767774429575?s=20
Announced today, at Youtube event "Made On YouTube", the new app Youtube Create and it's made with Flutter 😍
https://x.com/FlutterDev/status/1704918767774429575?s=20
X (formerly Twitter)
Flutter (@FlutterDev) on X
Did you know that YouTube Create is building their mobile app with Flutter?
Learn Flutter
#news Google Earth Mobile, Desktop, Web has been rewritten using Flutter https://earth.google.com
Official tweet from Flutter team:
https://x.com/FlutterDev/status/1708908434068779376
https://x.com/FlutterDev/status/1708908434068779376
X (formerly Twitter)
Flutter (@FlutterDev) on X
Lookin' good, @googleearth! 🤩
Check out the new @googleearth for iOS, Android, and web with UI built using Flutter, all from a single codebase. 🌏💙
Check out the new @googleearth for iOS, Android, and web with UI built using Flutter, all from a single codebase. 🌏💙
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