Flutter Fast, Flutter Far — Issue #2
Declarative Routing Makes it Easy
This article was copied from the Flutter Fast, Flutter Far newsletter. Subscribe for better formatting and weekly knowledge!
Take a simple mobile application, introduce the concept of users, and you now have a complicated mobile application. It might seem like a simple task at first thought but…think again. With users you will need to:
- Structure your database to query by user ID
- Manage users’ credentials
- Check users’ permissions on…