Skip to content

Flutter app with, GraphQL, TDD, clean architecture, design patterns, SOLID, unit tests, widget tests, integration tests, cubit tests, etc.

Notifications You must be signed in to change notification settings

murilosandiego/flutter-graphql-app

Repository files navigation

Flutter GraphQL App

ci Coverage Status

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, following the SOLID principles and applying Design Patterns to solve some common problems.

flutter pub get
flutter run

Unit test

flutter test

Integration test

flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart
Testing Progress
Unit
Widgets
Integration

Testing

  • Unit tests
  • Widget Tests
  • Cubit/Stream tests
  • Integration tests
  • Test Doubles

Libraries and Tools

  • bloc

  • equatable

  • flutter_bloc

  • graphql

  • json_annotation

  • bloc_test

  • build_runner

  • faker

  • integration_test

  • json_serializable

  • mocktail

  • network_image_mock

  • very_good_analysis

About

Flutter app with, GraphQL, TDD, clean architecture, design patterns, SOLID, unit tests, widget tests, integration tests, cubit tests, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published