edmaxlabs_core 2.0.0 copy "edmaxlabs_core: ^2.0.0" to clipboard
edmaxlabs_core: ^2.0.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 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.0

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
--
downloads

Publisher

unverified uploader

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