File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import 'package:flutter_easyloading/flutter_easyloading.dart';
2323
2424## How to use
2525
26- first , warp your app widget with ` FlutterEasyLoading ` :
26+ First , warp your app widget with ` FlutterEasyLoading ` :
2727
2828``` dart
2929class MyApp extends StatelessWidget {
@@ -45,7 +45,7 @@ class MyApp extends StatelessWidget {
4545}
4646```
4747
48- then , enjoy yourself:
48+ Then , enjoy yourself:
4949
5050``` dart
5151EasyLoading.show(status: 'loading...');
@@ -147,7 +147,7 @@ Widget infoWidget;
147147 });
148148 ```
149149
150- because ` EasyLoading ` is a singleton, so you can custom loading style any where like this:
150+ Because of ` EasyLoading ` is a singleton, so you can custom loading style any where like this:
151151
152152``` dart
153153EasyLoading.instance
@@ -163,7 +163,7 @@ EasyLoading.instance
163163 ..userInteractions = true;
164164```
165165
166- more indicatorType can see in [ flutter_spinkit showcase] ( https://github.com/jogboms/flutter_spinkit#-showcase )
166+ More indicatorType can see in [ flutter_spinkit showcase] ( https://github.com/jogboms/flutter_spinkit#-showcase )
167167
168168## Todo
169169
You can’t perform that action at this time.
0 commit comments