-
It would be great if we could directly access nested items in the `name` String of `@JsonKey`. Consider this Json:
```JavaScript
"root_item": {
"items": [
{
"name": "fir…
-
With the following class:
```dart
@JsonSerializable()
class BasePageBody {
final int page;
final TFilter filter;
BasePageBody(this.page, this.filter);
// ...
}
```
The foll…
-
I'm really interested in this package, with seems incredible.
However, in my projects, I have folders with many models in it. So generating.mapper.g in the same folder makes it unreadable.
When I us…
-
I have this version,
Flutter 3.13.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision e1e47221e8 (5 weeks ago) • 2023-08-22 21:43:18 -0700
Engine • revision b20183e040…
ghost updated
12 months ago
-
## Bug report
**Describe the bug**
When attempting phone authentication, I consistently encounter the captcha webview. Upon further investigation, I explored the Firebase App Check plugin. However…
-
Hello, I have been struggling with getting a multi-module project analyzed completely.
# Versions
Flutter Docker image: `ghcr.io/cirruslabs/flutter:latest`
Sonar-Flutter plugin: `v0.5.0`
SonarQu…
-
I am this package for JSON serialization and deserialization. For some data I get from an API, the data model in the app is different to the structure of the JSON, so I have to use a custom mapper her…
-
flutter_windows_1.18.0-dev.5.0-dev and higher
any dependencies add pubspec.yaml, for example shared_preferences:
Running Gradle task 'assembleDebug'...
Plugin project :shared_preferences_web not fo…
-
I went ahead and took all the entries that had a `wikipedia.pageId` property and queried to see if they have a WikiData page.
Results
```
java Q251
javascript Q2005
c Q15777
python Q28865…
-
First of all, thank you so much for this repo. Much appreciated.
The recommended Wiki Upgrade plugin fails with default settings (just installed Doku) with below erros:
Errors above! You s…