Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bicol IT App

An entry for Flutter Hackathon 2019, Philippines. UPDATE: Won Top 9 out of 30+ entries and 85 participants.

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

A community management app for Bicol IT Org. An entry for Flutter Philippine's Flutter Hackathon.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages