get_it_future_builder 0.3.1 copy "get_it_future_builder: ^0.3.1" to clipboard
get_it_future_builder: ^0.3.1 copied to clipboard

Wait for your async `get_it` dependencies to be ready in the presentation layer.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add get_it_future_builder

With Flutter:

 $ flutter pub add get_it_future_builder

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

dependencies:
  get_it_future_builder: ^0.3.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:get_it_future_builder/get_it_future_builder.dart';
1
likes
0
pub points
11%
popularity

Publisher

verified publishererayerdin.com

Wait for your async `get_it` dependencies to be ready in the presentation layer.

Repository (GitHub)
View/report issues

Topics

#widget #ui

License

unknown (license)

Dependencies

flutter, get_it

More

Packages that depend on get_it_future_builder