A Flutter project for beginner to start contributing in this Hacktoberfest.

Overview

HacktoberFest21-Flutter-GDSC-IIITV

  • This Repo is for beginner to start contributing to open source (Flutter) in this HacktoberFest 2k21.
  • Edit the 'data.json' send a PR and wait for it get merged.
  • Also Generate the image you wanna upload from here & paste the url in
  "imgURL": ""

How to Contribute

Prerequisites

  • you should have Flutter SDK installed in your environment here.

Installation

  1. Fork this repo

  2. Clone the repo

    git clone https://github.com/<your-username>/hacktoberfest21-flutter-gdsc-iiitv
  3. Change Directory to hacktoberfest21-flutter-gdsc-iiitv , using cd hacktoberfest21-flutter-gdsc-iiitv

  4. Create a branch named feature-{github-username}, using git checkout -b feature-{github-username}

  5. Open the current directory in your editor.

  6. Add your data in 'data.json' file in given format

  {
            "id": prev +1,
            "name": "<Your Name>",
            "batch": "<Your Batch>",
            "imgURL": "<Your Image URL>",
            "linkedinURL":"<Your LinkedIN profile URL>",
            "githubURL": "<Your GitHub profile URL>",
            "twitterURL": "<Your Twitter Profile URL>"
   }
  1. Commit the Changes and make a PR and wait it to get merged

Tech Stack

  • Flutter : An Open-Source UI development Framework used for Cross-Platform application developed by Google.
  • GitHub Pages : GitHub Pages allows you to freely host and create your websites(static) through GitHub.
You might also like...

Rename Flutter Project Bundle ID Plugin with Firebase Project Support

About (Null-Safety) It helps you to change your flutter project's AppName and BundleId for different platforms, currently only available for IOS, Andr

Nov 12, 2021

a project for learning all Flutter Widgets , sync from flutter.dev the officia website.

Flutter Widgets Catalog (WIP) 计划 1、使用Flutter开发一个全平台的Flutter Widgets Catalog APP,并且开源。在这个APP中可以通过图形化的方式查看所有Widgets的介绍,示例,视频教程。 2、所有文档内容由前一天从flutter.dev

Aug 3, 2022

My first Flutter project - a recipes app, from the book Flutter Apprentice.

recipes My first Flutter project - a recipes app, from the book Flutter Apprentice. Getting Started This project is a starting point for a Flutter app

Dec 28, 2021

Flutter basic desktop project. Desktop todo app.

Flutter basic desktop project. Desktop todo app.

Glory Todo Desktop Basic and Primitive Flutter Desktop Project! Goal My goal is to accept my inexperience without worrying about the plugin shortcomin

Dec 3, 2022

A Flutter project that implemented getx package and firebase services.

A Flutter project that implemented getx package and firebase services.

Get X Firebase A Flutter Package that implemented firebase services with getx package. It's free, open source, complete, rapid development package for

Nov 26, 2022

Multi-platform project built with Flutter and Golang that will help you save what is most important - time.

Multi-platform project built with Flutter and Golang that will help you save what is most important - time.

Articles Time Saver. Save what's most valuable - Time Contribute · Discord · Documentation What is ArTiver? It is an idea that came to my mind, when I

Dec 27, 2022

A project to showcase usage of basic principles to convert any 3D design into a working application using Flutter.

A project to showcase usage of basic principles to convert any 3D design into a working application using Flutter.

Developing apps with 3D designs in flutter This project is developed to showcase how we can use some basic principles to convert any 3D design into a

Dec 22, 2022

This Flutter project recreates an electronics store home screen mockup.

This Flutter project recreates an electronics store home screen mockup.

E-Store Mobile App Home Screen This Flutter project recreates an electronics store home screen mockup. The mockup was created by @nasyiya.design on in

Jul 2, 2022

Starter architectures for your next Flutter project in order to make it scalable and easy for maintenance and tests.

👷 🔧 🔩 Flutter Starter Architecture (MVVM) My custom starter project for Flutter apps. I was looking for a simple way to build Flutter app in a scal

Dec 25, 2022
Comments
  • Add data

    Add data

    Hi. I added my data to the data.json file. Also, my commit shows a lot of additions and deletions solely because my vs code editor formatted the file on save. I didn't modify/delete any other user data. Thank you in advance for merging/adding the hacktoberfest-accepted tag!

    hacktoberfest-accepted 
    opened by MoyinShabi 0
Owner
IIIT Vadodara Open Source
Open Source Organization of IIIT Vadodara. Maintained by IIITV Coding Club.
IIIT Vadodara Open Source
A flutter repository meant for open-source contributions in hacktoberfest 2021.

Hacktoberfest 2021 Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source communit

MLSA-AMU 14 Jan 23, 2022
A beginner friendly flutter app displaying the time across various cities in the world.

World Time App in FLUTTER My first kinda big Flutter project. It is a revision of all basics and some advanced concepts of Flutter I've learnt so far.

Rohini Rao 5 Nov 11, 2022
Beginner level chat app I built while learning Flutter

Chat App Chat with your friends, family, and anyone else you want to chat with! Live Coding Video on YouTube (Part 1) Live Coding Video on YouTube (Pa

Rohan Kadkol 4 Aug 4, 2021
A Package providing Core functionality/Template to start off a Clean Architecture based project

A Package providing Core functionality/Template to start off a Clean Architecture based project Features Provides with APIResult & UseCaseResult model

null 1 Dec 25, 2021
A Flutter Starter Kit (Boilerplate) to kick-start your next Android and iOS app

Flutter Starter Kit (Boilerplate) using the BLoC Pattern A Flutter starter application that utilizes the BLoC Pattern. You can read more at this Mediu

AceLords 233 Dec 28, 2022
Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing groups and start conversing with each other.

GroupChatApp About Developed a Group chat application using Flutter and Firebase, where users can register and create groups or join already existing

Ahmed Gulab Khan 221 Dec 1, 2022
This is a package which helps we can start loader from anywhere of our code.

global_loader A Flutter Package which will start Global Loader from any where in your code. Screenshots Usage Example To use this package: add the dep

chandan pradhan 0 Dec 23, 2021
A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates

WhatTodo Life can feel overwhelming. But it doesn’t have to. A Simple To-do app design in flutter to keep track of your task on daily basis. You can a

Burhanuddin Rashid 1k Jan 6, 2023