Fix lint warnings and cleanup unused code after RadioGroup migration

Remove unused imports, fields, variables, and dead code introduced
during the RadioGroup widget migration and prior changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Doug Borg
2026-02-09 13:36:18 -07:00
co-authored by Claude Opus 4.6
parent 98b73fe019
commit 037165653c
11 changed files with 6 additions and 45 deletions
@@ -62,7 +62,6 @@ void main() {
data = json.decode(content) as Map<String, dynamic>;
} catch (e) {
fail('$name is not valid JSON: $e');
return; // unreachable, keeps analyzer happy
}
expect(
data['language'],
+1 -1
View File
@@ -1,5 +1,5 @@
import 'package:flutter_test/flutter_test.dart';
import '../../lib/services/network_status.dart';
import 'package:deflockapp/services/network_status.dart';
void main() {
group('NetworkStatus', () {