context_helpers 1.0.0 copy "context_helpers: ^1.0.0" to clipboard
context_helpers: ^1.0.0 copied to clipboard

Simplify Flutter development with context extensions — width, theme, navigation, localization, and responsive helpers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add context_helpers

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

dependencies:
  context_helpers: ^1.0.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:context_helpers/context_helpers.dart';
0
likes
130
points
91
downloads

Publisher

unverified uploader

Weekly Downloads

Simplify Flutter development with context extensions — width, theme, navigation, localization, and responsive helpers.

Repository (GitHub)
View/report issues

Topics

#context #extensions #utilities #navigation #responsive

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_localizations

More

Packages that depend on context_helpers