A complete guide to String in the Dart Standard Library — basic properties, searching and matching, transformations, split and join, padding and trimming, encoding/decoding, StringBuffer, runes and Unicode, and string manipulation anti-patterns.
A complete guide to the dart:io Standard Library — HttpClient for HTTP requests, InternetAddress and DNS lookups, NetworkInterface, in-depth stdin/stdout/stderr, Platform, ProcessInfo, exit, and common I/O patterns in Dart applications.
A complete guide to the dart:math Standard Library — mathematical constants, basic min/max/pow/sqrt functions, trigonometry, logarithms, Random and Random.secure, floating-point precision issues, practical applications, and a complete function reference.
A complete guide to dart:async — Future, Stream, StreamController, StreamTransformer, Completer, Zone, deep async/await, async error handling, broadcast streams, and reactive programming patterns in Dart.
A complete guide to dart:collection — Queue, ListQueue, DoubleLinkedQueue, LinkedHashMap, LinkedHashSet, SplayTreeMap, SplayTreeSet, UnmodifiableListView, MapView, specialized collection usage patterns, and when to use each one.
A complete guide to dart:developer — log, Timeline, debugger, inspect, postEvent, registerExtension, the Service protocol, UserTag, and profiling tools integrated with Dart DevTools.