FieldAssist / FieldAssist/fa_flutter_core
Shift isDebug check to dart_core lib
未關閉
enhancement
good first issue
- 主要語言
- Dart
- 星號
- 6
- 分支
- 1
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```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
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。