Skip to content

rhutikcodes/Number-Trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Trivia App- TDD Clean Architecture for Flutter

This is the repository for the flutter app built using clean architecture and test driven development following the tutorial series by @ResoCoder

Reference:

Playlist - Reso Coder

Website - Reso Coder

Dependencies

  • BLoC, Widgets that make it easy to integrate blocs and cubits into Flutter

    flutter_bloc: ^7.0.0

  • BLoC Test, A Dart package that makes testing blocs and cubits easy.

    bloc_test: ^8.0.0

  • Connectivity, This plugin allows Flutter apps to discover network connectivity and configure themselves accordingly. It can distinguish between cellular vs WiFi connection.

    connectivity: ^3.0.1

  • Dartz, Functional programming in Dart

    dartz: ^0.9.2

  • Data Connection Checker, A pure Dart utility library that checks for an internet connection

    data_connection_checker: ^0.3.4

  • Equatable, Simplify Equality Comparisons

    equatable: ^2.0.0

  • Get It, This is a simple Service Locator for Dart and Flutter projects

    get_it: ^6.0.0

  • HTTP, A composable, Future-based library for making HTTP requests.

    http: ^0.13.0

  • Mockito, Mock library for Dart inspired by Mockito.

    mockito: ^5.0.0

  • Shared preferences plugin, Wraps platform-specific persistent storage for simple data (NSUserDefaults on iOS and macOS, SharedPreferences on Android, etc.).

    shared_preferences: ^2.0.1

NUMBERS API Link

NUMBERS API, An API for interesting facts about numbers

Uncle Bob's Clean Architecture Proposal

CleanArchitecture

Flowchart

Clean-Architecture-Flutter-Diagram

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages