booked_utils 1.0.0 copy "booked_utils: ^1.0.0" to clipboard
booked_utils: ^1.0.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 Dart:

 $ dart pub add booked_utils

With Flutter:

 $ flutter pub add booked_utils

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

dependencies:
  booked_utils: ^1.0.0

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:booked_utils/booked_utils.dart';
1
likes
0
points
130
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on booked_utils