Skip to content

Commit b06681f

Browse files
committed
update info
1 parent 1cdd12b commit b06681f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

example/lib/main.dart

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,7 @@ class MyApp extends StatelessWidget {
4040
primarySwatch: Colors.blue,
4141
),
4242
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-
]),
43+
builder: EasyLoading.init(),
5544
),
5645
);
5746
}

0 commit comments

Comments
 (0)