pure_dart_ui 0.1.2 pure_dart_ui: ^0.1.2 copied to clipboard
Some classes from `dart.ui` that run on pure Dart without depending on the Flutter SDK.
Pure Dart UI #
Some classes from dart.ui
that run on pure Dart.
Features #
Classes independed of the Flutter SDK #
- Color
- Offset
- Rect
- Size
Functions independed of the Flutter SDK #
- clampDouble
- lerpDouble()
Getting started #
Add this package to pubspec.yaml
.
Usage #
Use the classes and functions in this package same way you used Flutter dart:ui
.
You can create your own application with dart:ui power on pure Dart, without depending on the Flutter SDK.