• Stars
    star
    631
  • Rank 68,729 (Top 2 %)
  • Language
    Dart
  • License
    Other
  • Created almost 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An App Template For GDG DevFest

GDG DEVFEST APP Codemagic build status Build Status

Get it on Google Play Get it on the App Store

🚀 Get Started

📸 ScreenShots

Light Theme Dark Theme

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 in the app as well as the speakers and other updates regarding the devfest.

Technology Stack

  • Flutter
  • Flutter Bloc
  • Firebase (Upcoming)

Getting Started

  1. Fork repository and clone your fork locally
  2. Install Flutter 1.7.8
  3. Install Android Studio / IntelliJ / VSCode
  4. Preparing Release for Android
  5. Preparing Release for iOS

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: /GDG-DevFest-App-master/android/gradlew app:properties:. To resolve that,

  1. Open GDG-DevFest-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
    // }
    }
    
  2. Open GDG-DevFest-App-master\lib\utils\devfest.dart file and customise the texts according to your needs. Eg-

        static const String app_name = “Devfest”;
        static const String app_version = “Version 1.0.4”;
        static const int app_version_code = 1;
    
        //*  Texts
        static const String welcomeText = “Welcome to GDG DevFest”;
        static const String descText =
            ‘’’DevFests are community-led, developer events hosted by GDG chapters around the globe focused on community building & learning about Google’s technologies. Each DevFest is inspired by and uniquely tailored to the needs of the developer community and region that hosts it.’’’;
    
        //* ActionTexts
        static const String agenda_text = “Agenda”;
        static const String speakers_text = “Speakers”;
        static const String team_text = “Team”;
        static const String sponsor_text = “Sponsors”;
        static const String faq_text = “FAQ”;
        static const String map_text = “Locate Us”;
    
  3. Open GDG-DevFest-App-master\lib\home\session.dart file and customise the sessions according to your needs. Eg-

        List<Session> sessions = [
            Session(
                sessionId: “1”,
                sessionStartTime: “9:00 AM”,
                sessionTotalTime: “30 Mins”,
                sessionTitle: “DevByte: From Zero to ML on Google Cloud Platform”,
                speakerImage:
                    “https://avatars1.githubusercontent.com/u/12619420?s=400&u=eac38b075e4e4463edfb0f0a8972825cf7803d4c&v=4”,
                speakerName: “Max Saltonstall”,
                speakerDesc: “Cloud Developer Advocate, Google DevByte speaker”,
                track: "cloud"
            ),
        ]
    
  4. Open GDG-DevFest-App-master\lib\home\speaker.dart file and customise the speakers according to your needs. Eg-

        List<Speaker> speakers = [
            Speaker(
                speakerImage:
                    “https://avatars1.githubusercontent.com/u/12619420?s=400&u=eac38b075e4e4463edfb0f0a8972825cf7803d4c&v=4”,
                speakerName: “Pawan Kumar”,
                speakerDesc: “Google Developer Expert, Flutter”,
                speakerSession: “Talk: Getting Started With Flutter For Web”,
                fbUrl: “https://facebook.com/imthepk”,
                githubUrl: “https://github.com/iampawan”,
                linkedinUrl: “https://linkedin.com/in/imthepk”,
                twitterUrl: “https://twitter.com/imthepk”,
            ),
        ]
    
  5. Open GDG-DevFest-App-master\lib\home\team.dart file and customise the teams according to your needs. Eg-

        List<Team> teams = [
            Team(
                name: “Sundar Pichai”,
                desc: “Organizer”,
                contribution: “Google CEO”,
                image:
                    “https://pbs.twimg.com/profile_images/864282616597405701/M-FEJMZ0_400x400.jpg”,
            ),
        ]
    
  6. Open GDG-DevFest-App-master\lib\map\map_page.dart file and customise the lat long according to your needs. Eg-

       static final LatLng myLocation = LatLng(37.42796133580664,       -122.085749655962);
    
  7. Open GDG-DevFest-App-master\lib\sponsors\sponsor_page.dart file and customise the sponsors data according to your needs. Eg-

       SponsorImage(
            imgUrl: “https://devfest.gdgkolkata.org/assets/img/logos/gd.png”,
        )
    

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: Pawan Kumar

License

Project is published under the MIT license. Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)

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

More Repositories

1

FlutterExampleApps

[Example APPS] Basic Flutter apps, for flutter devs.
Dart
18,318
star
2

Flutter-UI-Kit

Flutter app for collection of UI in a UIKit
Dart
6,018
star
3

Flutter-Music-Player

Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Dart
1,557
star
4

FlutterWhatsAppClone

Building a WhatsApp Clone in Flutter.
Dart
1,507
star
5

VelocityX

A minimalist Flutter framework for rapidly building Flutter apps.
Dart
1,365
star
6

FlutterWithFirebase

A Flutter app with firebase libraries implementation
Dart
660
star
7

Flutter-Instagram-UI-Clone

Instagram Ui Clone made using Flutter.
Dart
528
star
8

30DaysOfFlutter

Learn Flutter in 30 Days
Dart
400
star
9

Flute-Music-Player

Flute Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Java
317
star
10

CryptoApp

Cryptocurrency App with MVP Design Pattern to track all the coins data in realtime for android & iOS . Written in dart using Flutter SDK.
Dart
294
star
11

PKSkeleton

A Facebook & Twitter Like Card Loading Shimmer Skeleton Library.
Dart
283
star
12

PokemonApp

Pokemon App with animations and beautiful UI
Dart
269
star
13

FlutterQRScanner-App

Ruby
253
star
14

FlutterStackOverflowApp

Flutter App using the stack overflow questions api which we made using django.
Dart
233
star
15

AI-Radio

This is a radio app where you can ask Alan AI to play some music.
C++
227
star
16

ChatGPT-Flutter-AIChatBot

A Chatbot chat app built using the Flutter framework and OpenAI's GPT-3 language model.
C++
204
star
17

PortfolioX

Responsive Portfolio App Made With Flutter With VelocityX
Dart
194
star
18

Flutter-Sqflite-MVP

An Login Page App in Flutter with MVP and SQFLITE ( SQLITE) Implementation.
Dart
180
star
19

myportfolio

Portfolio Page created using Flutter Web
Dart
161
star
20

FlutterWidgets

Collection of all the widgets with their tutorial
Dart
148
star
21

MediumClapFlutter

A Custom Floating Action Button (FAB) library like clapping effect on Medium
Dart
141
star
22

iampawan

Pawan Kumar Portfolio
138
star
23

IndiaBeatsCovid

A platform to share crowdsourced information of plasma donors, hospital beds and oxygen suppliers to help COVID patients
Dart
131
star
24

FlutterTicTacToe

Build Tic Tac Toe Game in Flutter
Dart
123
star
25

Flutter-Walkthrough

A new Flutter package which helps developers in creating walkthrough of their app.
Dart
120
star
26

FlutterLoginPageBloc

Dart
108
star
27

FlutterQuizApp

Dart
105
star
28

flutterlogin

Makefile
88
star
29

Coronavirus-Warrior

A Flutter project to track & help to fight from coronavirus.
Dart
83
star
30

fluttercalculator

Calculator App written in dart using Flutter
Dart
81
star
31

fluttersignatureview

Dart
75
star
32

FlutterEssentialEnglish

Flutter Essential English Course For MTechViral School
Dart
75
star
33

FlutterAuthFaceID-FingerPrint

Dart
73
star
34

FlutterPDFViewer

Dart
72
star
35

TFLite-Flutter

Dart
72
star
36

FlutterGoogleMaps

Dart
69
star
37

VelocityXApp

A flutter documentation app for VelocityX
Dart
64
star
38

Cocktail-App

Flutter beautiful cocktail app.
Dart
60
star
39

FlutterDownloadFilesWithProgress

Dart
60
star
40

FlutterAR

Dart
59
star
41

ReactChakraPortfolio

This project was bootstrapped with Chakra UI & Create React App
JavaScript
59
star
42

BMI-Calculator-App

BMI Calculator Flutter App with State Management
Dart
58
star
43

FlutterBackdrop

Demo of how to make a backdrop widget with a front and back panel.
Dart
57
star
44

PKNetflix

PkNetflix is a netflix clone built using Flutter & Appwrite
Dart
55
star
45

DevfestTutorialApp

Dart
53
star
46

FlutterUtilsCollection

Dart
52
star
47

FlutterGameOfThrones

Dart
52
star
48

FlutterChatApp

Flutter Chat App with localization - powered by Stream
Dart
52
star
49

flutter_websocket

WebSocket Demo In Flutter
Dart
51
star
50

FlutterShoppingCart

Dart
50
star
51

Redux-Tutorial-Flutter

A simple flutter app with demo implementation of redux.
Dart
46
star
52

Flutter-Dynamic-Theming

Flutter: Dynamic Theming | Change Theme At Runtime
Dart
45
star
53

MusicPlayer

Upcoming Material Design Music Player
Java
43
star
54

frenzychatapp

Frenzy Chat App is written in flutter.
Dart
42
star
55

VxState

Another state management solution
Dart
41
star
56

TrillApp

Dart
40
star
57

JetpackComposeLooks

Compose UI Samples
Kotlin
40
star
58

Flutter_Click_Pick_Crop_Compress

How to click, pick, crop and compress an image
Dart
39
star
59

FlutterBackgroundFetch

Dart
39
star
60

FlutterExpandableAndStickyHeaderList

Dart
38
star
61

FlutterBottomSheet

Dart
38
star
62

FlutterLooks

Dart
38
star
63

FlutterWithPython

Making flutter apps using Python
Python
36
star
64

DartSOLIDPrinciple

Demo of solid principle in Dart
Dart
36
star
65

FlutterGenderPredictor

Dart
33
star
66

flutter_connectivity

Dart
31
star
67

FlutterEssentialHindi

Flutter Essential Hindi Course For MTechViral School
Dart
30
star
68

Learning-RxDart

Dart
29
star
69

GOT_FLUTTER_PWA

Dart
28
star
70

FlutterForWebDemoApp

Dart
27
star
71

BreathingFlutter

A breathing Appbar and widget library in Flutter.
Dart
27
star
72

FunnyBones

An app for jokes which follows clean architecture principles, well structured and tested.
Dart
27
star
73

FlutterFlare-Basic

Flare 2D Dimension.
Dart
25
star
74

PokemonAppAngularDartFirebase

Dart
25
star
75

GifSearchEngine

Dart
25
star
76

VelocityXAndroidCompose

A minimalist framework for rapidly building Jetpack compose apps.
Kotlin
24
star
77

Flutter-Best-Packages

Dart
24
star
78

FlutterAnimatedAgeCalculatorApp

An age calculator app with animation.
Dart
24
star
79

AnimationSeries

Dart
24
star
80

FlutterChristmasTree

Ruby
24
star
81

FUI01-NikeWebFlutter

Dart
24
star
82

FlutterForms

Dart
23
star
83

flutter_pull_to_refresh

Dart
23
star
84

FlutterBuilder

Dart
23
star
85

DartAdvanced

Collection of Dart Advanced
Dart
22
star
86

Flutter-Routes

Tutorial about routes, push and pushNamed
Dart
22
star
87

FlutterToastPlugin

A new Flutter plugin for showing toast in android and ios.
Ruby
21
star
88

FlutterAutoJSONModel

Dart
21
star
89

AddFlutter2ExistingAndroidApp

Tutorial for integrating flutter to your new or existing android app.
Java
21
star
90

MultiX

Provide an easy way to make responsive and adaptive Flutter multi-platform applications.
Dart
21
star
91

ProjectFPL

Flutter Practice Live Series
C++
19
star
92

DartQuizApi

In this tutorial, we'll create a Quiz application using AQUEDUCT FRAMEWORK.
Dart
19
star
93

FlutterCollapsingToolbar

Dart
19
star
94

Click2Analyze-AndroidDevChallenge

An app to analyze the text and fixing the anomaly of the message that deviates from what is standard, normal, or expected. #AndroidDevChallenge
19
star
95

GOT2019

Dart
17
star
96

JetpackExample

Kotlin
16
star
97

FlipperWidget

Dart
16
star
98

VxFluentUI

Based on Microsoft Fluent Design System and made using the help of Flutter VelocityX.
Dart
16
star
99

MusicPlayer2018

Android Music Player App 2018 written in Kotlin using Anko with the help of MPlay Finder library.
Kotlin
16
star
100

FlutterAngel

A Flutter App with Angel backend.
Dart
15
star