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
Whenever you need to argument why Flutter won’t die, remember what Linus said about Desktop Linux here
https://youtu.be/Pzl1B7nB9Kc?t=60
3 915
#news
Google Earth Mobile, Desktop, Web has been rewritten using Flutter
https://earth.google.com
3 915
#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
3 915
🕵️♀️ Select # to filter messages by topic.
#news
#official
#dart
#productivity
#information
#poll
#project
#test
#tool
#book
#video
#conference
#tip
#packages
#learning
#ux
#design
#example
#opensource
#architecture
#bash
#debug
3 915
#news
"Dart Programming Language Specification"
6th edition draft
Version 2.13-dev
September 15, 2023
3 915
#news
There is now an official page of Flutter Consultant Agencies
https://flutter.dev/consultants
3 915
#conference
FlutterFlow Developer Conference now is Live
https://www.youtube.com/watch?v=x8Y9ADz_2tw
3 915
#conference
The conference Flutter & Friends happening now, has a livestream
Main Stage: https://www.youtube.com/live/Gz0J2Uv6xSI?si=mOibagT7hkNxab3p
Exhibition Stage: *TBA*
3 915
#tip
With latest versions its now possible to loop through the indexes of an array.
final items = [‘A’, ‘B’, ‘C’];
for(final (index, item) in items.indexed) {
print('item $item at $index');
}
https://api.dart.dev/stable/3.1.0/dart-collection/IterableExtensions/indexed.html3 915
#package
While most Gherkin packages seem to be without maintainers.
There is still hope with "BDD Framework"
https://pub.dev/packages/bdd_framework
