Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 1.68 KB

README.md

File metadata and controls

11 lines (9 loc) · 1.68 KB

GDSC Flutter Projects

This repository is managed by the USICT Delhi's Google Developer Student Club [GDSC-USICT].
This repository contains small flutter projects that are made by the students of GGSIPU. The repository is open source and anyone is available to contribute!
Checkout the contribution guide here

About Flutter

Flutter is an cross-platform, open-source mobile SDK launched by Google in order to help developers build mobile apps for Android and iOS platforms, using a single codebase. To develop with Flutter, Dart is used. Dart is a typed object programming language with similiar syntax to JavaScript.

What is Open Source?

Open-source software (OSS) is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose. Open-source software may be developed in a collaborative public manner. Open-source software is a prominent example of open collaboration, meaning any capable user is able to participate online in development, making the number of possible contributors indefinite. The ability to examine the code facilitates public trust in the software. Contributing to such softwares is called open source development.

Some useful articles:

Make Your First Pull Request! 🚀
How NOT to contribute to Open Source on GitHub: Tips For Beginners