expose_flutter library
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.
Classes
- Color
- An immutable 32 bit color value in ARGB format.
Functions
-
lerpDouble(
num a, num b, double t) → double - Linearly interpolate between two numbers.