Skip to content

hutomosaktikartiko/NewsApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewsApp

About

In this application Showing the latest Indonesian news Using the API from newsapi.org with webview and Use Cubit for design pattern.

Features:

  • Show the latest Indonesian news
  • News search
  • News grouping by category
  • Save news

librarys used

API Docs

NewsAPI

Project Structure

-assets/
    |--fonts/               -> Any fonts will we use
        |--font_name
    |--images               -> Offline images like placeholder, etc.
-lib/
    |--core/
        |--config           -> Static variable
        |--error            -> Error handling with dio Interceptors
        |--network          -> Check internet status (connected or disconnect)
        |--observer         -> Bloc Observer
        |--utils            -> Others like custom extension, etc.
    |--data/
        |--datasources      -> Data sources (remote and local)
        |--models           -> App models
        |--repositories     -> To determine where the data is taken from (Local or remote)
    |--presentation/
        |--cubit            -> State management
        |--pages            -> Part of screen
        |--screens          -> Full view of app
        |--widgets          -> Reusable widgets
    |--injection_container  -> Depedency Injection
-test/                      -> Unit test
    |--fixtures/            -> Data Dummy for unit test

About

NewsApp with API from newsapi.org

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages