backstreets_widgets 0.9.0 copy "backstreets_widgets: ^0.9.0" to clipboard
backstreets_widgets: ^0.9.0 copied to clipboard

A package of useful widgets.

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.9.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/util.dart';
import 'package:backstreets_widgets/widgets.dart';