Skip to main content

Flutter❤️Appwrite Starter Template

· 2 min read

Introduction

I'm planning to build a lot more applications with Flutter and Appwrite. If you are too, then this is for you. In this series we will build a Starter Template for our FlAppwrite Applications where we will implement some repeatitive tasks like Localization, State management, Authorization etc, that we do for each of our project. So that we can use this as a base template next time we want to create a new FlAppwrite Application.

Episode 1

In this part, we will setup basic flutter project, create login, signup pages and simple routes.

Episode 2

In this part, we will setup Appwrite console project, setup Appwrite SDK configs, create basic login and signup functionalities.

Episode 3

In this part we will setup State management (Riverpod) and then setup handling of user authentication (login, signup) using Appwrite. Awesome, let's get started

Episode 4

This is the final video on the series. In this series we will use user preferences to save various user settings, app version they are using, device Id etc.

Source Code

https://github.com/lohanidamodar/appwrite_starter

Want to Connect with me