arcane_fire 1.0.2 copy "arcane_fire: ^1.0.2" to clipboard
arcane_fire: ^1.0.2 copied to clipboard

PlatformAndroid

FireAPI and FireCrud Support for Arcane

arcane_fire #

Initialize FlutterFire Firestore & Fire API and your fire_crud models in one place

void main() => runApp(ArcaneFire(
  options: DefaultFirebaseOptions.currentPlatform,
  onRegisterCrud: () => $crud
    ..registerModel(FireModel(...))
    ..registerModel(FireModel(...)),
  child: const MyApp()
));
0
likes
130
points
286
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

FireAPI and FireCrud Support for Arcane

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

arcane, fire_api_flutter, firebase_core, flutter, serviced

More

Packages that depend on arcane_fire