uyava_ui 0.2.1-beta.1
uyava_ui: ^0.2.1-beta.1 copied to clipboard
Shared Flutter UI for Uyava graph rendering (painter, geometry, policies, configs).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add uyava_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
uyava_ui: ^0.2.1-beta.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:uyava_ui/uyava_ui.dart';