https://github.com/nikhilcodes/flutter-news-app
A News/Blog app template made with Flutter.
https://github.com/nikhilcodes/flutter-news-app
backend college-news firebase flutter flutter-apps news
Last synced: 3 months ago
JSON representation
A News/Blog app template made with Flutter.
- Host: GitHub
- URL: https://github.com/nikhilcodes/flutter-news-app
- Owner: NikhilCodes
- Created: 2020-03-17T17:07:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T07:21:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T19:48:22.794Z (3 months ago)
- Topics: backend, college-news, firebase, flutter, flutter-apps, news
- Language: Dart
- Size: 4.03 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News/Blog App
A News/Blog template with sleek UI and Firebase as its backend.## Features
- Great UI/UX
- Caching of Images
- Firebase as Backend
- Fair bit of animations
## Designing Firestore Database yourself?
### Structure
```
news-articles {
hsd283y8hh823 {
title: "Some Title 1",
sub-title: "Some Sub-title", // Optional
image-url: "http(s)?://someurl"
body: "Lorem Ipsum Bla Bla Bla"
date: "dd MONTH yyyy", // Example: 13 FEBRUARY 2020
time: "hh:mm AM/PM",
timestamp: 202003171107,
// Example: 202003171107 for 2020 year 03 month 17 day
// and last four digit for time in 24 hour format.
},
ijhf872424yu5 {
...
...
}
}
```## Demo
