-
- [x] add Flutter-Rust Bridge
- [ ] Fix Chrome version
- [ ] Get Markdown widget to run.
- [ ] Try Html in Markdown widget.
- [ ] write small routine that fetches MathJax or typst code from s…
-
# Adding Support for Development Tools & Libraries
## Overview
Need to add support for common development tools and libraries that function like SDKs but don't fit neatly into the current company-…
-
### Checklist
- [X] The issue can be reproduced in the [auth0_flutter sample app](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample) (or N/A).
- [X] I have looked into the [Read…
-
Hello, Flutter Team!
I would like to request the inclusion of my book, "[Cracking the Flutter Interviews: More than 200 Verbal Questions and Practical Examples](https://www.amazon.com/dp/B0DFLW21K8…
-
错误信息:
`flutterSdkVersion: 3.24.0, 32400
Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you trust this source!
[0x7FFB72EF1440] ANOMALY: meaningless REX prefix use…
-
## avoid_add_all_with_singleton_collection
## Description
Call `add(foo)` over `addAll([foo])`.
## Details
*Give a detailed description that should provide context and motivation. Ideally…
-
##
avoid_unnecessary_return
## Description
As mentioned in https://github.com/flutter/flutter/pull/114290#issuecomment-1297514968, it would be great to have a linter to catch:
```
void f…
-
Hi,
First of all, thank you for this fantastic package!
I would like to replicate a specific behavior demonstrated in the attached video:
Draggable Behavior at Start: The bottom sheet starts …
-
## no_write_only_initialization
## Description
A write only field may be tree-shaken away, but if it is not `late` its initialization code will be inlined into the constructor. This can negative…
-
Is your feature request related to a problem? Please describe.
Yes, the documentation regarding Augmented Reality (AR) setup for both Android and iOS is unclear, and the provided steps are not workin…