Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.32 KB

Flutter Cubit Microblog

Build Status codecov

01

This application was developed using a well-defined and decoupled architecture, following TDD (test-driven programming) as a working methodology, Clean Architecture to make the distribution of responsibilities in layers, always following the SOLID principles and applying Design Patterns to solve some common problems. With the intention of practicing the teachings of the (Flutter, TDD, Clean Architecture, SOLID e Design Patterns).

Roadmap

Testing Progress
Unit
Widgets
Integration ☑️

Libraries and Tools

  • bloc
  • bloc_test
  • cupertino_icons
  • equatable
  • flutter_bloc
  • formz
  • http
  • intl
  • shared_preferences
  • provider
  • faker
  • mockito

Testing

  • Unit tests
  • Cubit/Stream tests
  • Widget Tests
  • Navigation tests
  • Form Validation tests
  • Test Doubles
  • Mocks
  • Stubs
  • Spies