Coder Social home page Coder Social logo

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.

Bicol IT's Projects

bicolit icon bicolit

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

flutter_workshop icon flutter_workshop

A Flutter application with a breakdown of Flutter exercises for Bicol IT Flutter Workshop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.