hatch 1.0.0
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.
import 'package:flutter/widgets.dart';
import 'initialiser.dart';
import 'app.dart';
void main() async {
await initialise();
runApp(const MyApp());
}