-
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…
-
### Use case
I want to switch a Cupertino app's global font family (akin to `MaterialApp(theme: ThemeData(fontFamily: 'Foo'), ...)` for material apps), but I couldn't found an easy way to do so. This…
-
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…
-
This results in some ambiguity as in this case for flutter:
```
warning: reference lookup resolution differs between lookup implementations: [WidgetBuilder] => new: element: [framework.WidgetBu…
-
## Problem
- Redundant imports like
```
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
```
are not handled.
## Expected
Only import either material OR cup…
-
### Problem
Eye Tracking is a new accessibility feature added in iOS 18: https://www.apple.com/newsroom/2024/05/apple-announces-new-accessibility-features-including-eye-tracking/
Eye Tracking's …
-
### Apache NetBeans version
Apache NetBeans 23
### What happened
I am currently using NetBeans IDE 22 and recently upgraded to version 23, expecting the UI bugs to be resolved. However, the issue p…
-
Because flutter_counter 1.0.3 depends on cupertino_icons ^0.1.2 and no versions of flutter_counter match >1.0.3
-
Hi There,
I'm trying to send HLS Stream to local disk. I'm following this guide. It's my config has an unpredictable error?
WowzaStreamingEngine Version: 4.8.0
My sample files:
PushPublishPr…
-