backstreets_widgets 0.27.1 copy "backstreets_widgets: ^0.27.1" to clipboard
backstreets_widgets: ^0.27.1 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 Dart:

 $ dart pub add backstreets_widgets

With Flutter:

 $ flutter pub add backstreets_widgets

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  backstreets_widgets: ^0.27.1

Alternatively, 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: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';
2
likes
0
points
420
downloads

Publisher

verified publisherbackstreets.site

Weekly Downloads

A package of useful widgets which reduce code, and guarantee an accessible experience on multiple platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on backstreets_widgets