We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdd12b commit b06681fCopy full SHA for b06681f
example/lib/main.dart
@@ -40,18 +40,7 @@ class MyApp extends StatelessWidget {
40
primarySwatch: Colors.blue,
41
),
42
home: MyHomePage(title: 'Flutter EasyLoading'),
43
- builder: EasyLoading.init(
44
- builder: ResponsiveWrapper.builder(
45
- BouncingScrollWrapper.builder(context, widget),
46
- maxWidth: 1200,
47
- minWidth: 400,
48
- defaultScale: true,
49
- breakpoints: [
50
- ResponsiveBreakpoint.resize(400, name: 'Low Mobile'),
51
- ResponsiveBreakpoint.resize(600, name: MOBILE),
52
- ResponsiveBreakpoint.autoScale(800, name: TABLET),
53
- ResponsiveBreakpoint.autoScale(1200, name: DESKTOP)
54
- ]),
+ builder: EasyLoading.init(),
55
56
);
57
}
0 commit comments