Libraries
- expose
- Exposes slightly modified versions of private Dart SDK classes.
- expose_flutter
- Exposes portions of Flutter SDK and dart:ui that may be useful to non-Flutter developers. Take care when using this in a Flutter project, so as to avoid conflicting imports. See https://stackoverflow.com/questions/58710226/how-to-import-platform-specific-dependency-in-flutter-dart-combine-web-with-an for more information on conditional imports.
- flex
- A collection of classes, extensions and utilities to aid faster development.