-
How does this repo relates to tflite_flutter and tflite_flutter_helper? I saw your examples still using both of these repo
-
**Question:** Are you using the latest version of flutter_tex package? [![pub package](https://img.shields.io/pub/v/flutter_tex.svg)](https://pub.dev/packages/flutter_tex)
**Answer:**Yes
**Questio…
-
## consider_const_constructor
## Description
Classes with no non-final fields may benefit from defining a const constructor.
## Details
https://dart.dev/guides/language/effective-dart/desi…
-
## prefer_extension_accessor_to_top_level_function
## Description
Prefer an extension accessor (getter or setter) to a top-level function with one parameter.
## Details
I am really enjoyin…
-
## avoid_mutable_tearoffs
## Description
Avoid capturing methods from mutable variables as tear-offs, as this can result in unintended behavior by referencing the method of a specific instance r…
-
Hello,
I was using flutter_scene to display a custom scene and after ~30 seconds (sometimes more) i encounter this error :
(I tried running the example app with android enabled and i get the same …
-
Dear @shamblett, from your docs I see:
```dart
/// Keep alive period, seconds.
/// Keep alive is defaulted to off, this must be set to a valid value to
/// enable keep alive.
int keepAl…
-
Add documentation to all the public elements in both libraries.
AI makes this easy. Just follow these guidelines:
- Give the AI examples of the existing doco so it can follow the style
- Tell t…
-
this plugins:
![image](https://github.com/user-attachments/assets/191d48ea-c848-4057-be9f-7b5091e5312d)
expected:
![image](https://github.com/user-attachments/assets/0ab4fd2d-4d63-4535-8270-77b8…
-
### 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 [R…