edmaxlabs_core 2.0.1 copy "edmaxlabs_core: ^2.0.1" to clipboard
edmaxlabs_core: ^2.0.1 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 Dart:

 $ dart pub add edmaxlabs_core

With Flutter:

 $ flutter pub add edmaxlabs_core

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

dependencies:
  edmaxlabs_core: ^2.0.1

Alternatively, your editor might support dart pub get or 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
140
points
33
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

dio, socket_io_client, socket_io_common, uuid

More

Packages that depend on edmaxlabs_core