Skip to content

clubgamma/Club-Gamma-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLUB GAMMA APP

Get it on Google Play

🚀 Get Started

📸 ScreenShots

Dark Theme Light Theme

Show some ❤️ and star the repo to support the project

Overview

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.

Technology Stack

  • Flutter
  • Flutter Bloc

Getting Started

  1. Fork repository and clone your fork locally
  2. Install Flutter 1.7.8
  3. Install Android Studio / IntelliJ / VSCode

Building the project

Missing Key.Properties file

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,

  1. 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
    // }
    }
    

Contributing

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.

Using GitHub Issues

  • 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

Submitting a Pull Request

  • Squash commits
  • Lint your code with eslint (config provided)
  • Include relevant test updates/additions

Contributors

Maintainer: Harsh Patel

License

Project is published under the MIT license. This application is made using Pawan kumar's GDG DevFest repo.

About

An App for Club Gamma Community Updates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.3%
  • Ruby 2.4%
  • Other 1.3%