A Flutter project simulating a blogging app to share ideas and thoughts. It's a basic app that I used twitter as base and added my custom "flavors", another navigation method and I used halloween colors palletes.
- I used Getx as the core of the application for dependency, routes and state management
- Divide the app into global folder, to use in the entirely application and divided into modules
- Inside every modules are the controllers and the dependencies it will use, is inside modules folder
- I'm testing how to use navigation rails globally, so might some navigation bugs
- All screenshots
- The build is in the dist folder, it's an apk
- Thanks!
I made the rest api that I'm consuming in the app. I added authentication with JWT and refresh tokens, added postgreesql in heroku with users_tables, image for profile image and posts table. I made using nodeJs with typescript, here is the repository: https://github.com/murilinhoPs/auth_back_ts.
- There some things I need to fix in the back-end, like the profile images that disapear from the api after some time, because heroku sleeps and clean the folder. I'm going to put the images in the google cloud.
- Might be another error or another, but feel free to take a look. Thanks!
-
If this occurs, just pull the page to refresh or go to other page and back to this page.
-
If you find another bug, add a issue and I'll try to fix later or you can help to fix it
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API ref