Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
/ scci-poc-flutter Public archive

[ARCHIVED - NOT MAINTAINED] Proof of concept mobile app in Flutter for the Smart Connected Communities Initiative (SCCI)

Notifications You must be signed in to change notification settings

illinois/scci-poc-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile Demo Client

Installation

1. Install flutter

Steps: https://flutter.io/docs/get-started/install

2. Clone this repo

3. Build

3.1 Android

3.1.1 Go to applications root directory - cd <app dir>
3.1.2 Add values for FMSdkKey and FMSdkSecret in android root project gradle.properties. These are required for VN FnM sdk
3.1.3 Run flutter build apk (flutter build defaults to --release).
Note: Release APK is created at <app dir>/build/app/outputs/apk/release/app-release.apk.

3.2 iOS

3.2.1 Go to applications root directory - cd <app dir>
3.2.2 Run flutter build ios (flutter build defaults to --release).
Note: that this step requires code signing certificate.
It will create <application_root>/build/ios/iphoneos/Runner.app application bundle.
If the application bundle fails to install on iPhone device with “CFBundleExecutable” specifies a file that is not executable run chmod +x <application_root>/build/ios/iphoneos/Runner.app/Runner.

4. Install on a device

4.1 Android

4.1.1 Connect Android device to a computer with a USB cable.
4.1.2 cd <app dir> where <app dir> is application directory.
4.1.3 Run flutter install

4.2 iOS

4.2.1 Open Xcode and run .xcworkspace file in iOS folder

About

[ARCHIVED - NOT MAINTAINED] Proof of concept mobile app in Flutter for the Smart Connected Communities Initiative (SCCI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published