contextions 0.2.0
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';