FocusScope.of(context).requestFocus(new FocusNode());
Thứ Năm, 24 tháng 10, 2019
Thứ Ba, 22 tháng 10, 2019
Check the device in Flutter
f (Platform.isIOS) {
print('is a IOS');
} else if (Platform.isAndroid) {
print('is a Andriod');
}
Thứ Sáu, 18 tháng 10, 2019
a snackbar in flutter
final snackBar = SnackBar(content: Text('Yay! A SnackBar!'));
// Find the Scaffold in the widget tree and use it to show a SnackBar.
Scaffold.of(context).showSnackBar(snackBar);
Đăng ký:
Bài đăng (Atom)
How to reload app in flutter
Phoenix . rebirth (context);
-
Wrap( children: [ MyWidget(), MyWidget(), MyWidget(), MyWidget(), MyWidget(), ], ),
-
DateTime. parse (json[ 'modified_gmt' ]+ 'Z' as String)
-
dependencies : flutter : sdk : flutter carousel_pro : git : url : git : //github.com/jlouage/flutter-carousel-pro.g...