This page is where I list all the Dart tutorials I have created so far. The tutorials are group by category, it may help you find the one(s) you need faster. New tutorials will be added frequently.
Dart Core (dart:core)
- Dart – Call functions in a uncommon way with Function.apply() method
- String in Dart/Flutter – Things you should know
- Dart/Flutter – How to format String (String Interpolation)
- Dart – Find min, max in a List using dart:math and list reduce()
- Dart – Callable classes
- Dart – Parse custom DateTime string to DateTime
- Dart – Get current DateTime
- Dart – String padding (left or right)
- Dart – Filter items in a list by type
- Dart – How to find an item in a list
- Dart – Convert String to Byte array
- Dart – How to replace whitespace(s) between words in a string
- Dart/Flutter – How to compare 2 objects
- Dart – How to print an object
- How to validate Phone number in Dart/Flutter
- Dart – How to reverse a String
- Dart – Count the occurrences of an element in a List
- Dart – How to loop/iterate a list
- Dart – How to split a String
- Dart – How to loop an enum
- Dart – Null-aware operators
- Dart/Flutter – How to clone/copy a list
- Dart/Flutter – How to create a repeating timer
- Dart/Flutter – How to parse String to number
- Dart/Flutter – How to check if a String is a number
- Dart/Flutter – How to find the elements appearing on both lists
Dart Math (dart:math)
- Dart – Find min, max in a List using dart:math and list reduce()
- Dart – How to generate random number
Dart Collection (dart:collection)
- Dart – Filter items in a list by type
- Dart – How to find an item in a list
- Dart – Count the occurrences of an element in a List
- Dart – How to loop/iterate a list
- Dart/Flutter – How to clone/copy a list
- Dart/Flutter – How to combine lists
- Dart/Flutter – How to find the elements appearing on both lists
it’s was helpful article for me.