alvin alexander
Nodes for the term “dart”
An offer to write open source documentation for a modest fee
Read more
A Dart Isolates example (Actors in Dart)
Read more
A Dart function to return a random element from a list
Read more
A Scala “file find” utility
Read more
An attempt at a Flutter file logger using Dart isolates
Read more
Dart futures are NOT run in a separate thread (they are run in the event loop)
Read more
A Dart function to get the current date/time in a “seconds since the epoch” format
Read more
Flutter Quick Reference
Read more
Flutter: How to supply an initial value to a TextFormField
Read more
A Dart Future/then/catchError example
Read more
How to use a Future with a Duration delay in Dart (and Flutter)
Read more
Using a SQLite date/time field with Flutter and Dart
Read more
Dart: How to pass a function into a function (using a Function as a method parameter)
Read more
Dart: How to remove leading spaces in a multiline string (using splitMapJoin)
Read more
Flutter, sqflite, and escaping quotes with SQL INSERT and UPDATE statements
Read more
How to create a Dart project manually
Read more
Flutter/Dart: How to convert TimeOfDay fields (and convert to DateTime)
Read more
How to run multiple Dart futures in parallel
Read more
The Dart ternary operator syntax (examples)
Read more
How to use the Flutter CupertinoDatePicker in “time picker” mode
Read more
A Flutter function to convert a TimeOfDay to a String (formatted)
Read more
An example of a Flutter RadioListTile in a ListView
Read more