cobuy_sdk 3.0.0
cobuy_sdk: ^3.0.0 copied to clipboard
CoBuy Flutter SDK enables group-based purchasing where multiple users can join a group to buy products together. Once the required number of members joins, the group is completed and users receive dis [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cobuy_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cobuy_sdk: ^3.0.0Alternatively, 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:cobuy_sdk/cobuy_sdk.dart';