essential_widgets 1.0.2+1
essential_widgets: ^1.0.2+1 copied to clipboard
A humble library of widgets for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add essential_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
essential_widgets: ^1.0.2+1Alternatively, 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:essential_widgets/main.dart';
import 'package:essential_widgets/widgets/blurred.dart';
import 'package:essential_widgets/widgets/deployable.dart';
import 'package:essential_widgets/widgets/floatingDrawer.dart';
import 'package:essential_widgets/widgets/multiFab.dart';
import 'package:essential_widgets/widgets/responsive.dart';
import 'package:essential_widgets/widgets/shadowed.dart';
import 'package:essential_widgets/widgets/slideshow.dart';