codify_p2x_sdk 0.2.3
codify_p2x_sdk: ^0.2.3 copied to clipboard
Dart/Flutter SDK for the Project20X (P2X) API. Companion of the TypeScript wizard-api-client. Used by Codify, IBD, PHM, and DietManager Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add codify_p2x_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
codify_p2x_sdk: ^0.2.3Alternatively, 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:codify_p2x_sdk/codify_p2x_sdk.dart';