orbital 0.5.0 copy "orbital: ^0.5.0" to clipboard
orbital: ^0.5.0 copied to clipboard

Full Orbital package that reexports core, injector, router and state.

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'package:flutter_web_plugins/url_strategy.dart';

import 'src/app.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  usePathUrlStrategy();
  runApp(const OrbitalExampleApp());
}
0
likes
160
points
453
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Full Orbital package that reexports core, injector, router and state.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, orbital_core, orbital_injector, orbital_router, orbital_state

More

Packages that depend on orbital