📱 Doune Doune is a modern and flexible Flutter application designed to provide a strong foundation for building fast, beautiful, and natively compiled apps across mobile, web, and desktop platforms.
This project serves as a starter template for Flutter-based development, and is perfect for learning, experimenting, or scaling into a full-featured application.
🚀 Overview Whether you're new to Flutter or looking to build a production-ready app, Doune helps you get started with:
A clean project structure.
Modular code organization.
Scalable architecture for future features.
Easy integration with cloud services or REST APIs.
✨ Features (Planned) 🔹 Responsive layout for mobile & tablet
🔹 State management (Provider / Riverpod)
🔹 Routing and navigation
🔹 Authentication integration (e.g., Firebase, Supabase)
🔹 API service setup
🔹 Modular widget structure
🏗️ Project Structure bash Sao chép Chỉnh sửa doune/ ├── lib/ │ ├── main.dart # Entry point of the app │ ├── screens/ # UI pages and screens │ ├── widgets/ # Reusable components │ ├── services/ # Network and data services │ └── models/ # Data models ├── assets/ │ ├── images/ │ └── fonts/ ├── pubspec.yaml └── README.md ⚙️ Getting Started
- Clone the Repository git clone [email protected]:Sotharmory/SocialMedia.git cd doune
- Install Dependencies flutter pub get
- Run the App bash Sao chép Chỉnh sửa flutter run Make sure a simulator or device is connected. 📚 Helpful Resources New to Flutter? Start here:
📘 Flutter: Get Started
🧪 Flutter Codelab: Write Your First App
🍳 Cookbook: Useful Flutter Samples
🧱 Flutter Architecture Guide
🧑💻 About the Author Created with ❤️ by [Son Nguyen] 📫 Contact: [email protected] 🌐 GitHub: [email protected]:Sotharmory
📄 License This project is licensed under the MIT License. See LICENSE for more information.