-
Updated
Jul 4, 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 12,370 public repositories matching this topic...
DEMO的页面push生硬
Maybe I make a joke.
-
Updated
Jul 3, 2020 - Dart
-
Updated
May 27, 2020 - Dart
-
Updated
Jul 6, 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?
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
Jul 5, 2020 - Dart
-
Updated
Jun 22, 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
Apr 18, 2020 - Dart
-
Updated
Jul 6, 2020 - Dart
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
https://github.com/google/brotl
-
Updated
Dec 26, 2019 - 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.
,
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,
);
Released May 2017
- Organization
- flutter
- Website
- flutter.dev
- Wikipedia
- Wikipedia
DEMO的页面push生硬
建议使用默认的 Navigator.pushName
这么生硬的DEMO很影响Flutter在开发者技术选型时的判断