FieldAssist / FieldAssist/fa_flutter_core
Shift isDebug check to dart_core lib
Abierto
enhancement
good first issue
- Lenguaje dominante
- Dart
- Estrellas
- 6
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```dart
bool get isDebug {
bool inDebugMode = false;
assert(inDebugMode = true);
return inDebugMode;
}
```
this should be in `fa_dart_core` as this doesnt have any flutter dependency
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.