contextions 0.2.0 copy "contextions: ^0.2.0" to clipboard
contextions: ^0.2.0 copied to clipboard

A Flutter package that adds extension methods on BuildContext for easy access to Navigator, Theme, and MediaQuery functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add contextions

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

dependencies:
  contextions: ^0.2.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:contextions/contextions.dart';
9
likes
150
points
25
downloads

Publisher

verified publishersamfan.dev

Weekly Downloads

A Flutter package that adds extension methods on BuildContext for easy access to Navigator, Theme, and MediaQuery functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on contextions