Dark Theme | Light Theme |
---|---|
ClubGamma Mobile application is destination of all club related updates in your hand. You can see the upcoming events and it's agenda in the app as well as the speakers, photo library of previous events etc.
- Flutter
- Flutter Bloc
- Fork repository and clone your fork locally
- Install Flutter 1.7.8
- Install Android Studio / IntelliJ / VSCode
If you try to build the project straight away, you'll get an error complaining that a key.properties
file is missing and Exit code 1 from: /Club-Gamma-App-master/android/gradlew app:properties:. To resolve that,
-
Open Club-Gamma-App-master\android\app\build.gradle file and comment 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 // } }
Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time.
- Feel free to use GitHub issues for questions, bug reports, and feature requests
- Use the search feature to check for an existing issue
- Include as much information as possible and provide any relevant resources (Eg. screenshots)
- For bug reports ensure you have a reproducible test case
- A pull request with a breaking test would be super preferable here but isn't required
- Squash commits
- Lint your code with eslint (config provided)
- Include relevant test updates/additions
Maintainer: Harsh Patel
Project is published under the MIT license. This application is made using Pawan kumar's GDG DevFest repo.