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

 $ dart pub add supercontext

With Flutter:

 $ flutter pub add supercontext

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

dependencies:
  supercontext: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
26
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

License

unknown (license)

Dependencies

flutter, mockito

More

Packages that depend on supercontext