supercontext 1.0.2
supercontext: ^1.0.2 copied to clipboard
A library of extensions for Build Context, which will give you superpowers when programming a new project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add supercontextThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
supercontext: ^1.0.2Alternatively, 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:supercontext/supercontext.dart';