This project allows you to search and list movies.
- flutter_localizations -> used for localization
- flutter_bloc -> used for state management
- dio -> user for network request
- bloc_concurrency -> used to not send multiple network requests
- async -> used to trigger an action when the user stopped typing
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
flutter gen-l10n
flutter run