-
Updated
May 31, 2020 - Dart
Flutter

Flutter is an open source mobile application development SDK created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia.
Here are 11,290 public repositories matching this topic...
DEMO的页面push生硬
Maybe I make a joke.
-
Updated
May 27, 2020 - Dart
-
Updated
May 27, 2020 - Dart
-
Updated
May 20, 2020 - Dart
看了fish-redux的todoList demo,发现里面连接全局状态的方法是使用visitor
visitor: (String path, Page<Object, dynamic> page) {
/// 只有特定的范围的 Page 才需要建立和 AppStore 的连接关系
/// 满足 Page<T> ,T 是 GlobalBaseState 的子类
if (page.isTypeof<GlobalBaseState>()) {
/// 建立 AppStore 驱动 PageStore 的单向数据连接
/// 1. 参数1 AppStore
/// 2. 参数2 当 AppStore.state 变化时, PageStore.state 该如何变化
Animated List
Web socket as data Provider
todos_repository_simple
explains nicely about the benefits of using repository as singleton. But no where it's mentioned how to handle the web sockets.
How can I use web socket (webSocket and fileStorage) instead of rest (webClient and fileStorage) ?
Some key points between web socket and rest.
- The name itself signify socket
The accept button on offer pages sent to customers is pretty confusing when IN is set to German.
While not completely false, “zustimmen“ is clearly the wrong word to use here (it's rather equivalent to “agree”). The button should rather say “Angebot annehmen”. (Please note that using only the verb “Annehmen” would very likely still cause the very same confusion!)
Why does this happen?
-
Updated
Mar 24, 2020 - Dart
If anyone is interested in contributing to Chinese (Simplified) Docs with me, please let me know, so that we can work together and speed things up! I will mainly follow the order to continue, if you are willing to contributing, you are always welcome to pick up any page you like!
The remaining parts are:
- Tutorials
- Flutter
- Counter
- Timer <-- @jakecast
- Flutter
-
Updated
May 29, 2020 - Dart

-
Updated
Apr 18, 2020 - Dart
一个FLBFlutterViewContainer装载多个flutter页面,里面由Flutter Navigator来进行路由管理。
`
@override
Widget build(BuildContext context) {
PushListener listener = new PushListener();
return MaterialApp(
title: 'Flutter Boost example',
builder: FlutterBoost.init(),
navigatorObservers: [listener],
home: Container(),
)
class PushListener extends NavigatorObserver {
@
-
Updated
Jun 1, 2020 - Dart
Casts names are Over lapping with each other when inkino.app website opened in mobile device as desktop site. Attaching a screenshot for reference. I opened the website in Xiaomi Redmi 5A device and chrome as browser running its latest version.
 async => doSomeHttpReques
-
Updated
May 11, 2020 - Dart
Swiper(
loop: true,
transformer: BannerItemTransformer(),
scale: 0.8,
itemBuilder: (BuildContext context, int index) {
return ImageView(
url: (entity == null || entity.data == null) ? null : entity.data[index].img,
width: screenWidth,
height: ratio * screenWidth,
);
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Released May 2017
- Organization
- flutter
- Website
- flutter.dev
- Wikipedia
- Wikipedia
DEMO的页面push生硬
建议使用默认的 Navigator.pushName
这么生硬的DEMO很影响Flutter在开发者技术选型时的判断