build_context 0.0.3 copy "build_context: ^0.0.3" to clipboard
build_context: ^0.0.3 copied to clipboard

outdated

Access most used properties in your `BuildContext` instance. This package rely on Dart's extension to provide a easy access for the most used properties and functions that depends on the `BuildContext [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add build_context

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

dependencies:
  build_context: ^0.0.3

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:build_context/build_context.dart';
148
likes
0
pub points
72%
popularity

Publisher

verified publisherpedromassango.dev

Access most used properties in your `BuildContext` instance. This package rely on Dart's extension to provide a easy access for the most used properties and functions that depends on the `BuildContext` instance.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on build_context