So the time has finally come to talk about the UI. We're going to start with the login and register screens. Of course you can find the full code at https://github.com/cadaniel/FCast
I'll be setting up the new Ghost subscription and memberships
Something I've felt hasn't been covered to death is how to handle the new Navigator in Flutter. The official tutorial can be found at https://flutter.dev/docs/development/ui/navigation, but that just shows it in isolation.
So it's been a few weeks since I've had a chance to work on this app. Before we get into UI, we need to be able to login and register. The Sign-in and on boarding will be done in the next installment. We need to build the services and repositories, and of course tests.