pure_dart_ui 0.1.0 pure_dart_ui: ^0.1.0 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.
-
Color
-
Rect
-
Size
-
Offset
Getting started #
Add this package to pubspec.yaml
.
Usage #
Use the classes 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.