Skip to content

appwrite/starter-for-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ab962f Β· Mar 12, 2025

History

13 Commits
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Mar 11, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Mar 11, 2025
Mar 11, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Mar 12, 2025
Feb 7, 2025
Feb 7, 2025
Feb 24, 2025
Mar 11, 2025

Repository files navigation

Flutter Starter Kit with Appwrite

Kickstart your Flutter development with this ready-to-use starter project integrated with Appwrite.

This guide will help you quickly set up, customize, and build your Flutter app.


πŸš€ Getting Started

Clone the Project

Clone this repository to your local machine using Git or directly from Android Studio:

git clone https://github.com/appwrite/starter-for-flutter

Alternatively, open the repository URL in Android Studio to clone it directly.


πŸ› οΈ Development Guide

  1. Configure Appwrite
    Navigate to lib/data/repository/appwrite_repository.dart and update the values to match your Appwrite project credentials.

  2. Customize as Needed
    Modify the starter kit to suit your app's requirements. Adjust UI, features, or backend integrations as per your needs.

  3. Run the App
    Select a target device (emulator or a connected physical device) in Android Studio, and click Run to start the app.


πŸ“¦ Building for Production

Follow the official Flutter guide on deploying an app to production : https://docs.flutter.dev/deployment


πŸ’‘ Additional Notes

  • This starter project is designed to streamline your Android development with Appwrite.
  • Refer to the Appwrite Documentation for detailed integration guidance.