backstreets_widgets 0.25.0 copy "backstreets_widgets: ^0.25.0" to clipboard
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';
1
likes
160
points
318
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

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter

More

Packages that depend on backstreets_widgets