William Oprandi

Results 20 issues of William Oprandi

### Platform Android < O ### Plugin battery_plus ### Version 2.1.4 ### Flutter SDK 3.0.3 ### Steps to reproduce When requesting battery state on Android API < O, the plugin...

bug
triage

I have this kind of code ```dart void main() { runApp(Provider( create: (_) => Repo(), child: MyApp(), )); } class MyApp extends StatefulWidget { @override State createState() => _MyAppState(); }...

question
waiting for response

Hi, How to import this library with gradle for my android project ?

enhancement

**Describe the bug** On listener callback of a VirtualTreeItem, `this.getModel()` return the wrong model **To Reproduce** Steps to reproduce the behavior: 1. Go to https://tinyurl.com/2zhnvzfk 2. Open the browser console...

bug

The doc explains well how to obtain an access token with starlette/fastapi framework https://docs.authlib.org/en/latest/client/fastapi.html and https://docs.authlib.org/en/latest/client/starlette.html But how to implements correctly token validation/renew when oauth client are also the resource...

documentation
role:resource_server
integration:fastapi
integration:starlette

I often wants to reproduce the position of a book on lichess to check engine proposal for example. But on mobile it's little painful : - Slow - Swipping pieces...

As specified here https://github.com/trevorwang/retrofit.dart/issues/627#issuecomment-1843458890 ```dart @GET('/test') Future get(); ``` Generate invalid code : `final value = T.fromJson(_result.data!);` ```dart @override Future get() async { const _extra = {}; final queryParameters =...

After fixed (thanks !) https://github.com/plankanban/planka/issues/598 I also noticed Trello import ignore card's members. Maybe assign members only if trello username matches planka username ?

enhancement

mockito stores mock's parameters to allow us to check them via `captureAny`. But the instance's fields may have changed between the mock call and the `verify` : ```dart final user...

type-enhancement
P3

I'm trying to develop a flutter web app behind a nginx server. It worked few weeks ago but now I got this notification : https://github.com/dart-lang/webdev/blob/51b5484348b4a8ede351e8dff0428b083495ba78/dwds/debug_extension_mv3/web/messaging.dart#L212-L215 My nginx conf ``` server...

dart-debug-extension
P1
triaged