https://github.com/bishaltamangdev/samacharpatra
https://github.com/bishaltamangdev/samacharpatra
bishaltamangdev flutter flutter-app mobile-app mobile-application news-app realnoobgrammer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bishaltamangdev/samacharpatra
- Owner: BishalTamangDev
- Created: 2025-04-02T16:49:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T11:23:32.000Z (about 1 year ago)
- Last Synced: 2025-04-03T12:28:29.028Z (about 1 year ago)
- Topics: bishaltamangdev, flutter, flutter-app, mobile-app, mobile-application, news-app, realnoobgrammer
- Language: Dart
- Homepage:
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samacharpatra
'Samacharpatra' is a news application, which fetches news from [newsapi.org](https://newsapi.org/)
using user's API key. Along with article search, it allows user to save the article locally.
[📷 Click here to see all the screenshots.](https://drive.google.com/drive/folders/1yZ9tAM3wKPEHLMRW6u6_HCfNeVZ5ucng?usp=sharing)
[🛠️ Click here to test the app.](https://drive.google.com/drive/folders/1nWJ7EZhC_7BthsJOyhR6s9-yi9GT4tSO?usp=sharing)
#### Architecture: Clean Architecture
### Features
1. Fetch news
2. Search articles
3. Theming - Device & Custom
4. Save articles locally
### Features & Packages
| S.N. | Feature | Package |
|:-----|:--------------------------------|:-----------------------------|
| 1. | Splash Screen | flutter_native_splash |
| 2. | Launcher Icons | flutter_launcher_icons |
| 3. | Routing | go_router |
| 4. | Exception Handling | dartz |
| 5. | Local Data Storage | sqflite & shared_preferences |
| 6. | File Path Handling | path |
| 7. | File Storage & Access | path_provider |
| 8. | Date & Number Formatting | intl |
| 9. | Link Sharing | share_plus |
| 10. | Url Launching | url_launcher |
| 11. | Page Indicator | smooth_page_indicator |
| 12. | Network Image Caching & Loading | cached_network_image |
[Screenshots](https://drive.google.com/drive/folders/1nWJ7EZhC_7BthsJOyhR6s9-yi9GT4tSO?usp=sharing)


