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