Skip to content

flutterph/bicolit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.0%
  • Ruby 2.1%
  • Other 1.9%