-
The table should offer a grouping function with group label.
The row should offer a basic and a subtitled mode.
Checklist:
- [ ] From https://github.com/flutter/flutter/issues/24604, tables wit…
xster updated
2 years ago
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. ...
3. ...
**Expected results:**
**Actual results:**
Code sample
```dart
```
Logs
…
-
error when tap on radio:
```bash
The following _TypeError was thrown while handling a gesture:
type '(String) => void' is not a subtype of type '(String?) => void'
When the exception was throw…
oxyii updated
2 years ago
-
Hi,
Thanks for making this package it is really handy for model driven design.
I am trying to implement custom widgets for this package and I am having issues. The counter wiki and star rating…
-
hi
its possible i want column text to break down in case iam giving it ' \n' name like
'southern \n United State \n food'
so final column ui will be like
southern
United State
food
![i…
-
I would like to mention a warning I started getting as soon as I upgraded the futter from 2.10.5 > 3.0.0
```
: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which exclude…
-
## Steps to Reproduce
With minimal project:
```bash
flutter create dart_websocket_channel
```
Update `pubspec.yaml` with:
```yaml
web_socket_channel: ^2.2.0
```
Adding the following snippet…
-
To initialize
await AmazonPayfort.initialize(
PayFortOptions(environment: FortEnvironment.production),
).then((value) {
print(value); //returning false
});
get error below…
-
```Unhandled exception:
Unsupported operation: serialization of generic DartType: UnknownType(?) (UnknownType)
#0 BinaryPrinter.defaultDartType (package:kernel/binary/ast_to_binary.dart:2231:5…
-
### Description
Using amplify_auth_cognito_dart I am getting an exceptions of this form:
```
'AmplifyAuthCognitoDart' is from 'package:amplify_auth_cognito_dart/src/auth_plugin_impl.dart' ('.../.…