context_holder 0.0.5 copy "context_holder: ^0.0.5" to clipboard
context_holder: ^0.0.5 copied to clipboard

A flutter build context holder, very easy to use, init once, use everywhere. Enjoy!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add context_holder

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

dependencies:
  context_holder: ^0.0.5

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:context_holder/context_holder.dart';
10
likes
140
pub points
87%
popularity

Publisher

unverified uploader

A flutter build context holder, very easy to use, init once, use everywhere. Enjoy!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on context_holder