A flutter application for my Named Entity Recognition API hosted on heroku.
- Riverpod for state management.
- handle all possible cases (word not in index, server down, etc...).
lib
├── api.dart
├── main.dart
├── screens
│ └── home.dart
└── widgets
├── api_widgets.dart
└── material_button.dart