intry 0.3.0 intry: ^0.3.0 copied to clipboard
Intry is a highly efficient and rich UI component set designed specifically for creating editor and graphic design applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add intry
With Flutter:
$ flutter pub add intry
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
intry: ^0.3.0
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:intry/intry.dart';