Raul Mateo Beneyto
Raul Mateo Beneyto
Hello! I am new to Flame and I was trying to set the priority of my components in order to achieve what you said @spydon. I thought the priority system...
> edit: or, maybe just make the runtime error into an assert so it doesn't blow up apps in production? From my point of view this solution would be the...
Hi :wave: How is the state of this issue? I am currently feeling obliged to constantly check `isClosed` before emitting new states on all blocs, which is a bit tedious...
@hey-nicolasklein I have solved it by setting the defs before the paths. Hope it helps!
I don't have much experience on making ports of libs nor shaders, but I am feeling optimistic and I would like to take the challenge. However, I don't have much...
I think I may have the same bug, as I can not pull to refresh only when my list is empty. ``` return LiquidPullToRefresh( scrollController: scrollController, showChildOpacityTransition: false, onRefresh: viewModel.onRefreshAnimalAds,...
This feature would be so awesome! I hope the #213 gets merged
I'd propose changing the return type to `FutureOr`? Following the previous example: ## Previously ```dart @override PhoneNumberValidationError validator(String value) { return PhoneNumberUtil.isValidPhoneNumber(phoneNumber: "", isoCode: 'US').then((value){ return null; }); } ```...
I agree with @WieFel , running a single flavor is a must. Additionally, a flag could be added to run all flavors at once.
I updated my post to add sample code, although is incomplete to execute as my code has a lot of unrelated business logic and can't take time now to refactor...