Roberto Potrus
Roberto Potrus
Add the possibility to change UICreature color
### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...
### What is the bug? When you spam pinching zoom in and out and at the end i get this error: ```console The following assertion was thrown while handling a...
Hi, I have a script that create a ground tile when a player step on empty tile. But in OTCv8, the player get delayed when walking into the tile. While...
Hi, by enable packet compression i get this error when i try to login: `ERROR: failed to decompress message at: [C++]: ?internalRecvData@Protocol@@AAEXPAEI@Z` `g_game.enableFeature(GamePacketCompression)` I implemented the changes made by kondra...
When i run the command for schema dump: `dart run drift_dev schema dump` I get this errors and no schema is generated. I suspect is due to my models are...
**Describe the bug** Ref.listen weak flag true on hot reload cause it awake the provider it listen to even tho no changes been made **To Reproduce** ```dart class Item {...
**Describe the bug** ```dart ProviderDidFail: bProvider => error: Bad state: The provider aProvider was disposed during loading state, yet no value could be emitted. ``` **To Reproduce** Create two screens....
**Describe the bug** `cacheNumber` doesn’t dispose on screen pop, but it does when the screen is reopened. Watching `generateNumbers` directly within `cacheNumber` fixes the disposal issue when popping the screen....
**Describe the bug** AsyncNotifier skips loading state when using void as state **To Reproduce** ```dart @riverpod class MyNotifier extends _$MyNotifier { @override Future build() async { final s1 = Future.delayed(const...