-
These are dependended on heavily in the flutter tool (and goldens) and are primarily maintained by members of the flutter team. To avoid needing to maintain a one-off infra config for these libraries,…
-
我的APPID appSecret bundleId都是填写正确的
FlutterCredentials.pkce
FlutterCredentials.server
FlutterCredentials.secret
QrcodeCredentials.pkce
QrcodeCredentials.server
QrcodeCredentials.secret
这几种出现…
-
### Software
Desktop Application
### Operating System / Platform
Linux
### Your Pieces OS Version
10.1.6
### Early Access Program
- [ ] Yes, this is related to an Early Access Program feature.
…
-
What if someone wants to write some custom Java interface that is aware of the fact that it's going to be used in Dart. Maybe in this case the developer would want to catch Dart exceptions which we cu…
-
Both this:
```dart
/// This class is excellent
/// ```dart
/// Future main() {
/// print('hi');
/// }
/// ```
class Foo {}
```
and
```dart
/// This class is excellent
/// ```dart
/// ma…
-
Macro crashes on this code: `param.type.code`.
## Macro Example
```dart
@FunctionalWidget()
void myComponent(int a) {}
import 'package:macros/macros.dart';
macro class FunctionalWidget i…
-
**ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION.**
**Fill in the template. Issues that do not respec…
-
`
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:tencent_cloud_chat_uikit/tencent_cloud_chat_uikit.dart';
class MessagePage extends StatefulWidg…
-
Since Dart 3.5, we hit a compiler crash in the [`chrome_extension`](https://pub.dev/packages/chrome_extension) package (which use dart:js_interop internally).
Full error message:
Target …
xvrh updated
3 months ago
-
### Bug description
When panning a chart with fixed interval type and one value for each interval step, the x axis moves along with the values as expected if the interval is day or lower. However, at…