β° Read It Later - "O que eu estou lendo?" is a a mobile application made in Flutter that aims to help users better manage their next readings.
- π» Technologies
- π Link to download the APK
- π· How to run
- π Issues
- π Contributing
This project was made using the follow technologies:
- Flutter - Framework used to develop the app
- http - Lib to make http requests
- sqflite - Lib to connect with a SQLite database
- shared_preferences - Lib which allows storage simple values in local storage of the device
- You must have the Flutter SDK installed in your machine (Link to download)
- Have a emulator running (Link to download)
- Must have a good text editor and install the Flutter extension in it (Link to VSCode e Link to extension of Flutter/Dart)
Fork this repository and clone to your machine. Inside of the project's folder run the following commands:
# Install dependencies
$ flutter pub get
# Verifying if everything is ok
$ flutter doctor
# Run the application
$ flutter run # or press 'f5' in VSCode to debug and run or 'ctrl + f5' to just run. For more infos check the official website of the flutter (flutter.io)
Feel free to file a new issue with a respective title and description on the the Read It Later - "O que eu estou lendo?" repository. If you already found a solution to your problem, i would love to review your pull request!
Check out the contributing page to see the best places to file issues, start discussions and begin contributing.
β Made with π by Luiz Gustavo
Give a βοΈ if this project helped you!