Using Laravel Sanctum for authentication, we’ll build a Flutter app that authenticates users and sends an auth token for any future requests. The perfect starting point for your next Flutter app.
Need to authenticate users in your Flutter app? Here's a great place to start. We'll set up JWT authentication, build out a simple, clean authentication service, and securely store the token on the user's device to keep them signed in.
Let's learn about state management in Flutter (using the Provider package) by building a small notes app. It'll do everything you expect a note taking app to do, but you'll learn about state management, text editing controllers and pushing screens with dependencies along the way!
It's a simple app concept, but you'll learn Flutter routing, how to create and use an app drawer, make API requests and more.
Get started making API requests in Flutter. We'll cover simple requests, working with models and extracting HTTP logic to a dedicated web service class.
Build yourself a simple shopping list and learn about rendering a ListView and handling basic state in Flutter along the way.
Your guide to getting Flutter installed so you can start building native iOS and Android apps.
Build a simple counter app with Flutter and get familiar with basic concepts like Widgets and state.