Project | Technologies | How to run | How to contribute
This app is just a simple shopping app i've made to help me to learn about flutter's state management and some new widgets such as Draggable, DragTarget and others.
This app was made using the following technologies:
To clone and run this application, you'll need Git + Flutter installed on your computer.
# Clone this repository
$ git clone https://github.com/lucastssb/flutter_shop.git
# Go into the repository
$ cd flutter_shop/
# Install dependencies
$ flutter pub get
# Run
$ flutter run
- Make a fork;
- Create a branck with your feature:
git checkout -b my-feature
; - Commit changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After merging your receipt request to done, you can delete a branch from yours.
Made with ♥ by Lucas Barbosa 👋 Get in touch!