Wemap SDK Flutter Sample
To develop Wemap software in this repository, ensure that you have at least the following software:
- download repository
- Before starting running the application sample, you'll need to configure your credentials .
Wemap provides WemapSDKs via a private host and you will need to get secret, access keys and region to be able to access it.
For additional information contact Wemap team.
Once you get the credentials, specify AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY and AWS_REGION in your environment
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_REGION=...then you will send us your flutter team email, so you get permissions to use the SDK
firstly login with the same email you have provided us:
dart pub global activate onepub
onepub login- And then you can bootstrap dependencies using:
FVMis provided if you want use same flutter version.
flutter pub get- you can run the app on you android device
-
install necessary gems using Bundler and Gemfile or manually
bundle install
-
change to ios folder and install the pod
cd ios && pod install --repo-update- you can run the app on you iOS device



