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

An in-app developer overlay for Flutter. Switch environments, personas, feature flags, and inspect network — at runtime, without rebuilding.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hatch

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

dependencies:
  hatch: ^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:hatch/hatch.dart';
0
likes
160
points
24
downloads

Documentation

API reference

Publisher

verified publisherkapil.info.np

Weekly Downloads

An in-app developer overlay for Flutter. Switch environments, personas, feature flags, and inspect network — at runtime, without rebuilding.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on hatch