Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample app

Flutter application that displays.

About

  • Sample app uses CLEAN with layered architecture for better maintainability and scalability.
  • Sample app's domain logics are unit tested & widget tested.
  • Sample app uses state management using bloc for better presentation isolation and management.

Highlights

  • Include golden tests
  • Ensures type safety by enabling additional type checks
    strict-casts: true
    strict-inference: true
    strict-raw-types: true

Code organization

--lib
   |--src
       |--data
       		|--datasource
       |--di
            |--provider
       |--domain
       		|--usecase
       |--presentation
       		|--widget
				
--packages
   |--core
   		|--api_client    

Code coverage

Environment

  flutter: '3.24.1'
  dart: '3.5.1'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages