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.

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'initialiser.dart';
import 'app.dart';

void main() async {
  await initialise();
  runApp(const MyApp());
}
0
likes
160
points
22
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