Skip to content

Latest commit

 

History

History
104 lines (64 loc) · 2.97 KB

README.md

File metadata and controls

104 lines (64 loc) · 2.97 KB

Ignite - Flutter

Notes | Ignite

Topics 📋


About 📖

This was the second challenge for Ignite de Flutter, and it was basically to structure and component the application's widgets to improve the maintainability of the project.


Preview 📱

Notes | Flutter - Ignite


Challenges and Learnings along the way 🤯

This was a very simple challenge, but it gave me a bit of a headache, as I had never done this process of componentizing an application directly, just creating an application that was already componentized. It was a great experience, as I know that at some point I will need to do this procedure in another project.


How to Use 🤔

First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install

- Clone this repository:
$ git clone https://github.com/felipecastrosales/notes notes

- Enter in directory:
$ cd notes

- For install dependencies:
$ flutter pub get

- Run the app: 
$ flutter run

How to Contribute 💪

- Fork the project 

- Create a new branch with your changes:
$ git checkout -b my-feature

- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"

- Submit your changes:
$ git push origin my-feature

License 📝

This repository is under MIT license. You can see the LICENSE file for more details. 😉


This project was developed with ❤️ by @Felipe Sales, in the Ignite | Flutter by Rocketseat 🚀💜.
If it helped you, give ⭐, contribute, it will help me too 😉


Linkedin Badge