lib_x 0.0.4
lib_x: ^0.0.4 copied to clipboard
lib_x is a simple library which includes some well tested, lightweight, and commonly needed packages. And on top of those packages, there're some preconfigured solutions and simplifications to help yo [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lib_xThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lib_x: ^0.0.4Alternatively, 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:lib_x/lib_x.dart';