A new Flutter project for creating and managing a blog application.
This project is a starting point for a Flutter application that allows users to create, edit, and manage blog posts. The app includes features such as user authentication, post creation, and a rich text editor for formatting blog content.
- User authentication (sign up, login, logout)
- Create, edit, and delete blog posts
- Rich text editor for formatting posts
- View a list of all blog posts
- Responsive design for mobile and web
- Clone the repository:
git clone https://github.com/yourusername/blog_app.git
- Navigate to the project directory:
cd blog_app
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Here are some screenshots of the app in action:
This project is licensed under the MIT License - see the LICENSE file for details.