edmaxlabs_core 1.1.0 copy "edmaxlabs_core: ^1.1.0" to clipboard
edmaxlabs_core: ^1.1.0 copied to clipboard

Official Flutter package for EdmaxLabs projects. Provides realtime database, cloud functions, and storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add edmaxlabs_core

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  edmaxlabs_core: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:edmaxlabs_core/edmaxlabs_core.dart';
1
likes
130
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

Official Flutter package for EdmaxLabs projects. Provides realtime database, cloud functions, and storage.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dio, socket_io_client, socket_io_common, uuid

More

Packages that depend on edmaxlabs_core

Packages that implement edmaxlabs_core