aloisdeniel / aloisdeniel/flutter_geocoder
inheritFromWidgetOfExactType isn't defined.
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 192
- Forks
- 182
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
static AppState of(BuildContext context) {
return context.inheritFromWidgetOfExactType(AppState);
}
```
> The method 'inheritFromWidgetOfExactType' isn't defined for the type 'BuildContext'.
> Try correcting the name to the name of an existing method, or defining a method named 'inheritFromWidgetOfExactType'.dart(undefined_method)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.