dredge_ui 0.2.2
dredge_ui: ^0.2.2 copied to clipboard
Reusable UI widgets for the Dredge project
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dredge_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dredge_ui: ^0.2.2Alternatively, 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:dredge_ui/constants.dart';
import 'package:dredge_ui/extensions.dart';
import 'package:dredge_ui/models.dart';
import 'package:dredge_ui/providers.dart';
import 'package:dredge_ui/utils.dart';
import 'package:dredge_ui/widgets.dart';