Of course, the first step is to bring in the gofa_pose SDK into your app. You have two options to do that.
Please contact GOFA Team to gain member access to our OnePub package. You will need to give us the developer email to grant you the access.
To install onepub run:
dart pub global activate onepub
onepub loginThe onepub login command will land you to the login page in your browser. Use the developer email to log in.
Run this command:
onepub pub add gofa_poseVerify that lines like these are added to your package's pubspec.yaml (and run dart pub get or flutter pub get):
dependencies:
gofa_pose:
hosted: https://onepub.dev/api/fvnuhnofly
version: ^1.0.0Copy the whole "gofa_pose" folder
from "https://bitbucket.org/GofaDeveloper/gofa_sdk/src/master/packages/gofa_pose/"
to your Flutter app root directory's "packages/"
.13vh2yrglcssn.png&w=3840&q=75)
In your Flutter app's "pubspec.yaml"
dependencies:
...
# gofa_pose:
# hosted: https://onepub.dev/api/fvnuhnofly
gofa_pose:
path: ./packages/gofa_poseWe will publish version upgrades of "gofa_pose" package from time to time.
Right now, our version is still v0. so we will publish breaking changes even in patch version.
After we launching v1 of "gofa_pose", we will follow the rules for publishing new changes:
flutter pub upgrade