Skip to content

An open source collection of flutter application templates which includes high quality responsive screens and widgets.

License

Notifications You must be signed in to change notification settings

ByteMonk-GCECT/flutter_ui_kit

 
 

Repository files navigation

Flutter UI Kit

An open source collection of flutter application templates which includes high quality responsive screens and widgets.

Steps to contribute

  • Drop a ⭐ on the Github repository (optional)

  • Before Contribute Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md

  • Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself.(Issue can be any bug fixes or any feature you want to add in this project).

  • Fork the repo to your Github.

  • Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link:
    git clone https:/chandansgowda/flutter_ui_kit

  • Create a branch using below command. git branch <your branch name>

  • Checkout to your branch. git checkout <your branch name>

  • Add your code in your local machine folder. git add .

  • Commit your changes. git commit -m"<add your message here>"

  • Push your changes. git push --set-upstream origin <your branch name>

  • Make a pull request! (compare your branch with the owner main branch)

Code of Conduct

Review the Code of Conduct

Feedback

Any feedback would be appreciated. Create a new feedback issue.

Completed Flutter Templates

1. Coffee App UI

image

Contributors:


About

An open source collection of flutter application templates which includes high quality responsive screens and widgets.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 95.6%
  • HTML 1.9%
  • Swift 1.4%
  • Other 1.1%