Skip to content

TafadzwaD/homeward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeward

Homeward Application Assignment

About

Solution for interview assignment.

Running Tests

flutter test (to run all tests)
flutter test test/models/blog_test.dart (to run blog model fromJson method test)
flutter test test/views/login_screen_test.dart (to run login screen widgets test)
flutter test test/views/blogs_screen_test.dart (to run blogs screen widgets test. Using mocked data provided in the folder)

Pacakges Used

Provider --> For State Management
Dio --> Http Requests
LoadingElevatedButton --> Show loading animation after clicking login button and deactivate the button to prevent multiple submissions. This will result to a user waiting for the response to finish.
Test --> For Widget,Unit and Integration Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages