void _onLoading() {
showDialog(
context: context,
barrierDismissible: false,
child: new Dialog(
child: new Row(
mainAxisSize: MainAxisSize.min,
children: [
new CircularProgressIndicator(),
new Text("Loading"),
],
),
),
);
Đăng ký:
Đăng Nhận xét (Atom)
How to reload app in flutter
Phoenix . rebirth (context);
-
Wrap( children: [ MyWidget(), MyWidget(), MyWidget(), MyWidget(), MyWidget(), ], ),
-
try { final request = await client . get (...); final response = await request . close () . timeout ( const Duration ( se...
-
final formatter = new NumberFormat ( "#,###" ); new Text ( formatter . format ( 1234 )), // formatted number will be: 1,234 ...
Không có nhận xét nào:
Đăng nhận xét