A beautiful and user-friendly blog app developed using Flutter. Explore a world of articles even when you're offline. Read, favorite, and enjoy seamless navigation in a feature-rich blogging experience.
- Offline Mode: Read your favorite articles even without an internet connection.
- User-Friendly Interface: Intuitive design for smooth and enjoyable user experience.
- Article Favorites: Save your favorite articles and access them easily.
- Seamless Navigation: Effortlessly browse through a vast collection of articles.
These instructions will help you set up the project on your local machine for development and testing purposes.
-
Clone the Repository:
git clone https://github.com/ChristanWilbert/FlutterBlog.git cd blog-app
-
Install dependency: flutter pub get
-
Run App: flutter run
-
Build APK: flutter pub run build_runner build --delete-conflicting-outputs flutter build apk --release