chore(repo): add lints, update freezed, json_serializable
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -92,7 +92,7 @@ class DummyLocalizations {
|
||||
}
|
||||
|
||||
class LocalizationTracker extends StatefulWidget {
|
||||
const LocalizationTracker({Key? key}) : super(key: key);
|
||||
const LocalizationTracker({super.key});
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() => LocalizationTrackerState();
|
||||
|
||||
Reference in New Issue
Block a user