Upgraded to latest

aamir_dev
Faiz Hashmi 1 year ago
parent 5f557cfd57
commit 4c37d0835f

@ -161,9 +161,9 @@ Future<void> main() async {
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
@override
@override
Widget build(BuildContext context) {
return ResponsiveSizer(
return Sizer(
builder: (context, orientation, deviceType) {
injector.get<AppState>().setAppType(AppType.provider);

@ -40,8 +40,9 @@ dependencies:
# path: C:/Users/mirza.shafique/AndroidStudioProjects/mc_common_app
mc_common_app:
path: D:\Development\car_common_app
# path: D:\Development\car_common_app
# path: /Users/amir/StudioProjects/car_common_app
path: /Volumes/Data/Projects/Flutter/car_common_app
@ -55,7 +56,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^4.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

Loading…
Cancel
Save