Dane Mackier
Dane Mackier
### Description I'm creating an expandable animation in rive. This animation has keyframes on the artboard as well and animates the size of the artboard as expected. In code (flutter)...
The package uses the express router. We should probably be able to enable CORS like in Google's example: https://firebase.google.com/docs/functions/http-events#using_existing_express_apps Or somehow be able to define CORS configuration for each function...
I'm not an expert at TS / JS so I don't know if it'll be possible to fully unit test all the functionality for the package. But we do need...
Currently we have only Desktop, Tablet, Mobile and Watch. As we know there are many different sizes in even the mobile devices. I suggest we add a Large, Medium and...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you would like When we have a `dart-define-json-file` in the project with file...
When we use type safe navigation in our code we can't verify in the unit tests that it was used. ```dart final navigationService = getAndRegisterNavigationService(); final model = _getModel(fillFormData: false);...
Hey Team, I've been experiencing a bug as I'm using rive. This is visible in the MacOS editor as well as on the runtime on device. Here is a screenshot...
### Is your feature request related to a problem? Please describe. Yes. When supplying a `StackedRouteGuard` to routes in `app.dart` ```dart class TestGuard extends StackedRouteGuard { final databaseService = locator();...