ly_flutter_utils 0.1.12
ly_flutter_utils: ^0.1.12 copied to clipboard
Flutter utils package project.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ly_flutter_utilsWith Flutter:
$ flutter pub add ly_flutter_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ly_flutter_utils: ^0.1.12Alternatively, 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:ly_flutter_utils/debug_border.dart';
import 'package:ly_flutter_utils/ly_dot_paper_background.dart';
import 'package:ly_flutter_utils/ly_glass_container.dart';
import 'package:ly_flutter_utils/ly_title_bar.dart';
import 'package:ly_flutter_utils/ly_utils.dart';