Giter Site home page Giter Site logo

sidheshwar-s / fludget Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acm-vit/fludget

1.0 0.0 0.0 4.87 MB

Learn Flutter on Flutter! A widget directory with implementation samples!

License: MIT License

Kotlin 0.02% Swift 0.08% Objective-C 0.01% Dart 94.13% HTML 0.69% Ruby 0.25% CMake 1.49% C++ 3.18% C 0.14%

fludget's Introduction

Fludget

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

made-by-acm license Awesome Flutter


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.

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

Authors

fludget's People

Contributors

adhilroshan avatar adityakeshan avatar agungprabowo avatar akshit97 avatar alfinsyahruddin avatar apoorva-raj avatar aravind-kannan avatar aryankhubchandani avatar ashwith25 avatar dariocast avatar harshit-2000 avatar jushutch avatar karthick986 avatar kunal-8789 avatar pruthvisooni avatar purushottam212 avatar randykdev avatar rktejesh avatar rosetanya898 avatar sachin161kr avatar samyakjain26 avatar shah-aayush avatar shiv2299 avatar shravanseth avatar shreyassai123 avatar sidheshwar-s avatar sj9102001 avatar suryaa62 avatar vedantkulkarni avatar yuran09 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.