booked_utils 1.3.0 copy "booked_utils: ^1.3.0" to clipboard
booked_utils: ^1.3.0 copied to clipboard

A collection of reusable Flutter utilities: typedefs, wrappers, extensions, and helpers for rapid development across multiple projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add booked_utils

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

dependencies:
  booked_utils: ^1.3.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:booked_utils/booked_utils.dart';
1
likes
140
points
325
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of reusable Flutter utilities: typedefs, wrappers, extensions, and helpers for rapid development across multiple projects.

Repository (GitHub)
View/report issues

Topics

#utils #flutter #extensions

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on booked_utils