Skip to content

wemap/wemap-sdk-flutter-sample

Repository files navigation

Wemap SDK Flutter Sample

Wemap

Wemap SDK Flutter Sample

Development

To develop Wemap software in this repository, ensure that you have at least the following software:

Installation

  • download repository
  • Before starting running the application sample, you'll need to configure your credentials .

Configure 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

Add the dependency

firstly login with the same email you have provided us:

dart pub global activate onepub
onepub login
  • And then you can bootstrap dependencies using:
  • FVM is provided if you want use same flutter version.
flutter pub get

Android

  • you can run the app on you android device

Android Map App Android  App

iOS

  • 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

iOS Map App iOS  App

About

A Flutter example illustration using wemap-sdk-flutter dependency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published