https://github.com/sakibvhossain/blog_application
Simple blog app UI with Custom backend
https://github.com/sakibvhossain/blog_application
dart flutter hive rest-api
Last synced: 2 months ago
JSON representation
Simple blog app UI with Custom backend
- Host: GitHub
- URL: https://github.com/sakibvhossain/blog_application
- Owner: SakibvHossain
- Created: 2025-01-02T12:44:24.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T17:43:36.000Z (5 months ago)
- Last Synced: 2025-02-03T08:51:16.852Z (4 months ago)
- Topics: dart, flutter, hive, rest-api
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Blog Application
A feature-rich Flutter blog application built using a custom backend REST API.
---
## **Key Features**
- Seamless integration with a custom backend REST API.
- Efficient local storage with Hive for offline support.
- Image caching for better performance.---
## **Technical Skills Utilized**
1. **Flutter**: Framework for building natively compiled applications.
2. **Dart**: Programming language used for Flutter development.
3. **REST API Integration**: Communication between frontend and backend.
4. **Hive**: Local storage solution for Flutter.
5. **Image Caching**: Enhances app performance by caching images.---
## **Challenges Faced and Solutions**
### **1. Hive-Related Error While Fetching Updated Data**
- **Problem**: After updating the database, fetching data caused errors.
- **Solution**: Issue resolved by reviewing Hive configurations and updating the data fetching mechanism.### **2. Adapter Generation Failure (Hive)**
- **Problem**: Adapter generation for Hive failed during the build process.
- **Solution**: Make sure the model file name and the file your trying to generate is same for example: your **model** name is `product.dart` then write `part'product.g.dart'`---
## **Backend Integration**
- The application is powered by a custom backend REST API.
- Explore the backend code: [GitHub Repository](https://github.com/SakibvHossain/Blogging_Application_Backend)---