backstreets_widgets 0.25.0 backstreets_widgets: ^0.25.0 copied to clipboard
A package of useful widgets which reduce code, and guarantee an accessible experience on multiple platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add backstreets_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
backstreets_widgets: ^0.25.0
Alternatively, 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:backstreets_widgets/extensions.dart';
import 'package:backstreets_widgets/icons.dart';
import 'package:backstreets_widgets/screens.dart';
import 'package:backstreets_widgets/shortcuts.dart';
import 'package:backstreets_widgets/typedefs.dart';
import 'package:backstreets_widgets/widgets.dart';