#learning
Ever wandered how to create a Homescreen Widget for your smartphone with Flutter?
There is a new codelab tutorial, released yesterday!
https://codelabs.developers.google.com/flutter-home-screen-widgets#0
Ever wandered how to create a Homescreen Widget for your smartphone with Flutter?
There is a new codelab tutorial, released yesterday!
https://codelabs.developers.google.com/flutter-home-screen-widgets#0
Google Codelabs
Adding a Home Screen widget to your Flutter App | Google Codelabs
In this codelab, you’ll create a Home Screen widget for your iOS or Android Flutter app. You’ll start with a basic Flutter news app. You’ll then use native frameworks to create the UI for the widgets themselves. Finally, you’ll learn how to share resources…
#package
While most Gherkin packages seem to be without maintainers.
There is still hope with "BDD Framework"
https://pub.dev/packages/bdd_framework
While most Gherkin packages seem to be without maintainers.
There is still hope with "BDD Framework"
https://pub.dev/packages/bdd_framework
Dart packages
bdd_framework | Flutter package
BDD framework for Dart/Flutter. Lets you create BDD tests in code, and gives you easy to read error messages when assertions fail. Exports to Gherkin/Cucumber feature files.
#tip
With latest versions its now possible to loop through the indexes of an array.
https://api.dart.dev/stable/3.1.0/dart-collection/IterableExtensions/indexed.html
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.html
api.dart.dev
indexed property - IterableExtensions extension - dart:collection library - Dart API
API docs for the indexed property from the IterableExtensions extension, for the Dart programming language.
#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?