supercontext 1.0.2 copy "supercontext: ^1.0.2" to clipboard
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 supercontext

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

dependencies:
  supercontext: ^1.0.2

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:supercontext/supercontext.dart';
4
likes
160
points
20
downloads

Publisher

verified publishermanueldeveloper.com

Weekly Downloads

A library of extensions for Build Context, which will give you superpowers when programming a new project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mockito

More

Packages that depend on supercontext