Flutter UI's

Flutter project with reusable UI snippets. At the end you can see some of the work in this project.

Development setup

Once you have the project downloaded install the dependencies and run the app.

flutter pub get
flutter run

License

Distributed under the MIT license.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/your_branch)
  3. Create a folder inside 'lib/features/' folder for your contribution.
  4. Commit your changes (git commit -am 'Descriptive commit about your contribution')
  5. Push to the branch (git push origin feature/your_branch)
  6. Create a new Pull Request

Example of some UI's in this project

Interactive Form (Folder: Form1)

Clean and Simple view with SVG. (Folder: view_svg_1)