flutter_ukit 0.0.1
flutter_ukit: ^0.0.1 copied to clipboard
Flutter UKit is a large compilation of reusable and easy-to-use UI components, templates, styles, resources and other useful digital assets that can be used to create user interface designs.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_ukitWith Flutter:
$ flutter pub add flutter_ukitThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_ukit: ^0.0.1Alternatively, 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:flutter_ukit/flutter_ukit.dart';