move all classes in model.dart to their own models/X.dart

This commit is contained in:
Dan Ballard 2022-01-18 16:26:52 -05:00
parent 5e8f712a90
commit e7b9f5bb96
1 changed files with 1 additions and 1 deletions

View File

@ -68,4 +68,4 @@ class AppState extends ChangeNotifier {
}
bool isLandscape(BuildContext c) => MediaQuery.of(c).size.width > MediaQuery.of(c).size.height;
}
}