alvin alexander
Nodes for the term “dart”
Dart/Flutter: A simple delta-time performance debugging technique
Read more
Dart: How to pass a function into a function (using a Function as a method parameter)
Read more
Using a SQLite date/time field with Flutter and Dart
Read more
Flutter, sqflite, and escaping quotes with SQL INSERT and UPDATE statements
Read more
A Scala “file find” utility
Read more
How to create a Dart project manually
Read more
The Dart ternary operator syntax (examples)
Read more
Dart/Flutter: How to create an immutable list?
Read more
Flutter/Dart: A simple FutureBuilder async widget example
Read more
An attempt at a Flutter file logger using Dart isolates
Read more
Flutter Quick Reference
Read more
Flutter source code snippets
Read more
Flutter: An initial home page using ListView, ListTile, and FloatingActionButton
Read more
The Dart List 'filter' method is named 'where'
Read more
Flutter/Dart: How to sleep for X seconds/milliseconds
Read more
Dart example: Factory pattern, constructors, mixins
Read more
Flutter tip: When you want to make initState or build an async method, think FutureBuilder
Read more
Flutter/Dart: How to write a class constructor with named parameters
Read more
My Flutter/Dart string utilities functions
Read more
Flutter/Dart: A few ways to simulate slow-responding functions and methods
Read more
Flutter/Dart: How to use async code inside a non-async method (like initState)
Read more
Dart Map class forEach method examples
Read more
Dart lists: A multiline map method example
Read more
Dart: How to compile/run a project with a pubspec.yaml file (dependencies)
Read more
A Dart function to get the current date/time in a “seconds since the epoch” format
Read more
An example of a Flutter RadioListTile in a ListView
Read more
How to run multiple Dart futures in parallel
Read more
Flutter/Dart: How to convert TimeOfDay fields (and convert to DateTime)
Read more
Dart: How to remove leading spaces in a multiline string (using splitMapJoin)
Read more
Dart/Flutter: How to use a Future with a Duration delay
Read more
Dart futures are NOT run in a separate thread (they are run in the event loop)
Read more
A Dart function to return a random element from a list
Read more
A Dart Isolates example (Actors in Dart)
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 the Flutter CupertinoDatePicker in “time picker” mode
Read more
A Flutter function to convert a TimeOfDay to a String (formatted)
Read more