Skip to content

felipecastrosales/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

40 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ignite - Flutter

Notes | Ignite

Topics πŸ“‹


About πŸ“–

This is a simple note app, very basic and focused on introducing Dart and Flutter, and most importantly, on creating a more solid base to introduce the next chapters.
This app was made on Rocketseat's Ignite program. πŸ’œπŸš€


Preview πŸ“±

Notes | Flutter - Ignite


Challenges and Learnings along the way 🀯

Despite being a very basic app, this project made me review several very important and essential concepts, a foundation will always be essential. I enjoyed developing this app, and knowing that it is simple and that I was able to follow normally, for sure if it was a few months ago, I would have a lot of doubts, but this one, I didn't have any and I could explain what I did to anyone.


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