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 はまだ評価されていません。