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

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
0
points
221
downloads

Publisher

verified publisherarcane.art

Weekly Downloads

FireAPI and FireCrud Support for Arcane

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

arcane, fire_api_flutter, firebase_core, flutter, serviced

More

Packages that depend on arcane_fire