Skip to content

gdg-adana/devfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDG DevFest App

Get it on Google Play

🚀 Get Started

📸 ScreenShots

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

Overview

DevFest Mobile application is for all the GDG Devfests around the world. You can see the agenda, speakers, organizers, sponsors, faq. It's fully customizable from Remote Config.

Flutter Version

  • 3.3.0

Technology Stack

  • Storyly
  • Clean Architecture
  • BLoC
  • GetIt
  • Injectable
  • Freezed
  • JsonSerializable
  • Firebase
    • Firestore
    • Notifications (now Android only)
    • Remote Config

Getting Started

  • Create Firebase project and connect with Flutter. See more details.

  • Add key.properties file under android/

storePassword=<password from previous step>
keyPassword=<password from previous step>
keyAlias=upload
storeFile=<location of the key store file, such as /Users/<user name>/upload-keystore.jks>
await remoteConfig.setDefaults({
    RemoteConfigKey.appTitle.name: "'DevFest''22 Adana",
    RemoteConfigKey.bannerUrl.name:
        "https://firebasestorage.googleapis.com/v0/b/devfest-adana-6723f.appspot.com/o/devfest_logo.png?alt=media",
    RemoteConfigKey.linkedinCompanyUsername.name: "gdg-adana",
    RemoteConfigKey.twitterUsername.name: "gdg_adana",
    RemoteConfigKey.instagramUsername.name: "gdg_adana",
    RemoteConfigKey.mailUrl.name: "mailto:info@gdgadana.org?subject=Devfest'22%20Adana",
    RemoteConfigKey.webUrl.name: "https://linktr.ee/gdgadana",
    RemoteConfigKey.eventLocation.name: "37.0346193,35.2556483",
    RemoteConfigKey.eventGoogleMapsWebUrl.name: "https://goo.gl/maps/RGYmHmpz1Go9WBm27",
  });
  • Open Remote Config

    • Add configs for these names :
    bannerUrl
    appTitle
    instagramUsername
    twitterUsername
    linkedinCompanyUsername
    webUrl
    mailUrl
    eventGoogleMapsWebUrl
    eventLocation
    isStorylyEnabled
    storylyAndroidKey
    storylyIOSKey
    

    If you don't want to enable story feature set isStorylyEnabled -> false

    For storylyAndroidKey & storylyIOSKey visit here.

  • Add Firestore collections. Visit lib/utils/constants.dart

    static const teamCollectionName = 'team';
    static const sponsorCollectionName = 'sponsor';
    static const faqCollectionName = 'faq';
    static const agendaCollectionName = 'agenda';
    
    • Agenda (example structure)
    "day":string,
    "order": int,
    "sessions":
    [{
        "title":string,
        "desc":desc,
        "startTime":string,
        "endTime":string,
        "order":int,
        "speaker":{
            "name":string,
            "image":string,
            "company":string,
            "title":string,
            "linkedin":string,
            "twitter":string,
        }
    }]
    
    • Sponsor (example structure)
    "name":string,
    "image"string,
    "type":string,
    "url":string,
    "order":int
    
    • Team (example structure)
    "name":string,
    "title":string,
    "image"string,
    "linkedin":string,
    "twitter":string,
    "order":int
    
    • FAQ (example structure)
    "question":string,
    "answer":string,
    "order":int
    

🤓 Author

Buğra Göksu
Twitter Follow

Inspiring: Pawan Kumar - GDG DEVFEST APP

Contributing

Feel free to use GitHub issues for questions, bug reports, and feature requests.

License

Project is published under the MIT license.

DevFest App is not endorsed and/or supported by Google, the corporation.

About

DevFest event mobile application developed with Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages