-
In the Cupertino App Tutorial Step 5, outdated code is still shown.
_See runApp: model: model should be changed to_
`builder: (context) => AppStateModel()..loadProducts(),`
Following the outdat…
-
https://docs.flutter.io/flutter/cupertino/cupertino-library.html should either show examples of using Cupertino, or link to some place which does.
I'm interested in having a place to point people w…
-
Presently all dialogs are rendered as Cupertino dialogs. An option could be added to render dialogs as either material, cupertino or adhering to the platform that the app is running on (i.e. iOS => Cu…
-
Currently text selection handles are only shown on mobile platforms via Material or Cupertino widgets.
Handles should also be enabled on desktop platforms with touch screen e.g. Windows and Linux l…
-
This results in some ambiguity as in this case for flutter:
```
warning: reference lookup resolution differs between lookup implementations: [WidgetBuilder] => new: element: [framework.WidgetBu…
-
꼭 MaterialApp으로 생성해야하나?
cupertino 로 생성시도했는데 다른 위젯사용하다가 에러나서 다시 MaterialApp으로 수정하긴 했지만...
iOS Native스러운 화면을 그리고싶을땐 어떻게 하지?
-
Hi,
Is there a way to programatically change a route for not a current tab?
Let's say the current tab is tab2 and I want to pop some pages in the tab1. Is it possible?
Another option which wo…
-
With **nested navigation** in `example_nav2` example project, they will all run twice more.
Codes:
```dart
class AppPages {
AppPages._();
static const initial = Routes.home;
static f…
-
Hi,
It's been 2 months since I've ditched HTML, CSS, and JS for Flutter and I haven't looked back. I love the declarative style of Flutter and Dart itself.
### What's the problem?
What really bot…
-
正常样式,可以触发刷新
![QQ_1721983877280](https://github.com/user-attachments/assets/84410b99-694b-4eed-95bb-9463b71341e4)
异常样式,下拉时Header样式不一样,并且无法触发onRefresh回调。
![QQ_1721983822720](https://github.com/…