delta 0.0.1 delta: ^0.0.1 copied to clipboard
The `delta_flutter` package is a powerful and flexible Flutter library designed to simplify and enhance the development of interactive and data-driven applications. It offers a wide range of comprehen [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add delta
With Flutter:
$ flutter pub add delta
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
delta: ^0.0.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:delta/delta.dart';