/language-detector

An app that uses an rest api to detect the language of a sentence. I built this following a reso coder's tutorial about TDD and clean architecture.

Primary LanguageDart

language_detector

This project means to be a place where I will test new stuff.

Topics covered by this project

  • Clean architecture
  • TDD
  • BLoC
  • Mocktail
  • Connectivity checking
  • Caching remote data using Shared Preferences
  • Http
  • Dependency Injection using GetIt

Topics to implement some day

  • Store keys safely
  • Http interceptors
  • Dio ...