All Projects → ACM-VIT → fludget

ACM-VIT / fludget

Licence: MIT License
Learn Flutter on Flutter! A widget directory with implementation samples!

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to fludget

Awesome Python Scripts
🚀 Curated collection of Awesome Python Scripts which will make you go wow. Dive into this world of 360+ scripts. Feel free to contribute. Show your support by ✨this repository.
Stars: ✭ 198 (+661.54%)
Mutual labels:  education, hacktoberfest2021
hacktoberfest 2021
This is a repository for anyone wishing to contribute to HacktoberFest 2021
Stars: ✭ 51 (+96.15%)
Mutual labels:  newbiefriendly, hacktoberfest2021
file manager
FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
Stars: ✭ 38 (+46.15%)
Mutual labels:  widget, hacktoberfest2021
helpafamily
Impactful ways to help families in need through donated meals, hygiene kits, and more. By Margarita Humanitarian Foundation.
Stars: ✭ 41 (+57.69%)
Mutual labels:  hacktoberfest2021
Lets-Build
No description or website provided.
Stars: ✭ 20 (-23.08%)
Mutual labels:  hacktoberfest2021
php-cron-expr
Ultra lightweight, Dependency free and Super Fast Cron Expression parser for PHP
Stars: ✭ 42 (+61.54%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021
This is repo to create some pull requests and completing hacktoberfest2021 easily. All request will be accepted. Genuine Pull Request will promoted also. #hacktobefest #hacktobefest2021 #hacktobefest-accepted
Stars: ✭ 22 (-15.38%)
Mutual labels:  hacktoberfest2021
ListBot
ListBot is a Discord Bot which let's you create community lists on each channel.
Stars: ✭ 22 (-15.38%)
Mutual labels:  hacktoberfest2021
pythoncharmers
Small beginners python programs.
Stars: ✭ 33 (+26.92%)
Mutual labels:  hacktoberfest2021
Daily-Coding-DS-ALGO-Practice
A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
Stars: ✭ 255 (+880.77%)
Mutual labels:  hacktoberfest2021
teach-r-online
Materials for the Teaching statistics and data science online workshops in July 2020
Stars: ✭ 52 (+100%)
Mutual labels:  education
EncrypC
🔑 File Encryption Application using Python.
Stars: ✭ 14 (-46.15%)
Mutual labels:  hacktoberfest2021
Tauros
Um bot para Discord com diversas funções e dashboard para configuração!
Stars: ✭ 27 (+3.85%)
Mutual labels:  hacktoberfest2021
Lumi
Lumi is a Desktop App that offers a collection of tools to create, edit and share digital content with your class.
Stars: ✭ 55 (+111.54%)
Mutual labels:  education
ML-Reserve
An Open-Source repository where students could showcase their skills by contributing their ML and DL projects!
Stars: ✭ 15 (-42.31%)
Mutual labels:  hacktoberfest2021
flutter material color picker
Material color picker, you can customize colors. Selection in two step, first main color and after shades.
Stars: ✭ 68 (+161.54%)
Mutual labels:  widget
football-team-flags
Flags from national teams made with css 🏳
Stars: ✭ 19 (-26.92%)
Mutual labels:  hacktoberfest2021
Resumos EMAP-FGV
Repositório de resumos do curso de Matemática Aplicada da FGV-EMAP
Stars: ✭ 23 (-11.54%)
Mutual labels:  education
NYTimes-Compose
An offline-first application in Jetpack Compose with MVVM architecture, representing a minimalistic implementation of Top Stories API.
Stars: ✭ 98 (+276.92%)
Mutual labels:  hacktoberfest2021
HACKTOBERFEST2021 INSPIRATION
😎A Hacktoberfest-2021 Contribution Repository For Beginners😎...Simplest Repo for Beginners👨‍💻👨‍💻👨‍💻...Add your Profile Details, Photo and Inspirational Quote 🙌🙌🙌& There you go to do your first PR❤❤❤
Stars: ✭ 30 (+15.38%)
Mutual labels:  hacktoberfest2021

Fludget

code

Browse through a variety of widgets used in flutter and learn how to use them

made-by-acm license Awesome Flutter

Project Status

stars forks issuses prs


This application is developed to learn Flutter using Flutter. Different widgets used in Flutter can be viewed in this app along with their implementation, description and code. If you like our work, the repository to show support.

Screenshots of the application

Splash Screen

Home Screen

Light Mode

Dark Mode

Implementation Example

Tech Stack

Languages

SDK used

How to contribute to this project

  • Make sure to read the contributing guidelines before contributing.
  • Fork this repository.
  • Clone your fork on local machine.
  • Switch to the master branch.
  • Make a new branch, preferably with the feature name.
  • Checkout to the new branch with git checkout <new_branch_name>
  • Do the desired changes and commit them with git commit -m '<a nice commit message here>'.
  • Push the change to your fork on GitHub with git push origin <your_branch_name>
  • Make a Pull Request to the master branch in the original repository, i.e. this one.

Note: Make sure you are always up to date with sync and pull upstream. Sync and pull before you start and before you push your work.

How to contribute to the Widget Catalog

  1. Create a new dart file named *widget*.dart for the widget being added under lib/routes/
  2. Create a class named WidgetImplementation and implement the widget
  3. Add description of the widget using WidgetDescription class in the *widget*.dart file
  4. Add the code written for the widget in String format using WidgetCode class in the same file
  5. Add a new ListTile using the model WidgetModel in lib/widgetList.dart for the widget
  6. In the WidgetModel
    • Add an argument name and pass the name of the Widget
    • Add an argument implementaion and add *Widget*Implementation() as the parameter
    • Add an argument description and add *Widget*Description() as the parameter
    • Add an argument codeString and add *Widget*Code() as the parameter
    • Add an argument link and include link to the official documentation of the widget as the parameter
    • Add an argument category and include category of the widget as the parameter

Contributors

contributors

Authors

License

Copyright © 2021 ACM-VIT

The source code for the site is licensed under the MIT license. This program is free software and is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].