flutterph / bicolit

Bicol IT Org. App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bicol IT App

An entry for Flutter Hackathon 2019, Philippines.

Screenshots



Setup

Missing Key.Properties file

Running the project straight away will get you an error regarding a key.properties file that is missing. To fix it,

  1. Open android/app/build.gradle file and comment the following lines-
//keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

signingConfigs {
// release {
// keyAlias keystoreProperties['keyAlias']
// keyPassword keystoreProperties['keyPassword']
// storeFile file(keystoreProperties['storeFile'])
// storePassword keystoreProperties['storePassword']
// }
}
buildTypes {
// release {
// signingConfig signingConfigs.release
// }
}
  1. Open android folder, look for local.properties file (create if it does not exist), and add the following lines-
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1
  1. And you're good to go. Open the project on your cmd or terminal, and type-
flutter run

Developer

Harvz

Hi! I'm Harvz, the developer of this project. Let's get connected!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Bicol IT Org. App

License:MIT License


Languages

Language:Dart 96.1%Language:Ruby 2.1%Language:Objective-C 1.0%Language:Java 0.5%Language:Swift 0.4%