alvin alexander
Nodes for the term “dart”
How to run multiple Dart futures in parallel
Read more
A Dart function to return a random element from a list
Read more
Dart: How to remove leading spaces in a multiline string (using splitMapJoin)
Read more
The Dart ternary operator syntax (examples)
Read more
Dart futures are NOT run in a separate thread (they are run in the event loop)
Read more
A Dart Isolates example (Actors in Dart)
Read more
An attempt at a Flutter file logger using Dart isolates
Read more
Using a SQLite date/time field with Flutter and Dart
Read more
An offer to write open source documentation for a modest fee
Read more
A Scala “file find” utility
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
Dart: How to pass a function into a function (using a Function as a method parameter)
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 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