auto library

Zero-config entry — call once before runApp:

import 'package:owlscope/auto.dart';

void main() => owlscopeAuto(() => runApp(const MyApp()));

Properties

owlscopeNavigatorObserver OwlScopeNavigatorObserver
Singleton observer — attach to MaterialApp/CupertinoApp:
final

Functions

owlscopeAuto(void body(), {String name = 'flutter-app', String host = 'localhost', int port = 9090, int httpMaxBodyBytes = defaultMaxBodyBytes, bool enableInRelease = false}) → void