Marvin M
Marvin M
Oh in the hurry I somehow missed the static folder, sorry for that and thanks @guidezpl
hello @bozzmob, for me the normal package isn't working, because heroku always throws: ``` sh: 1: opencollective-postinstall: Permission denied npm ERR! code ELIFECYCLE ```
Yes I share the same opinion. It will certainly not be the easiest undertaking but is probably unavoidable for some things. If you have any question about any design decisions...
I don't know of a better way to do this if we don't have official flutter support. I mean we could ask if there is a maybe undocumented way or...
I think the best solution would be to just avoid the problem as we are now in a stage where there are not many people with the same problems. Preferably...
Also for other assets there seem to be workarounds https://stackoverflow.com/questions/54740732/how-to-add-assets-in-flutter-package-plugin-development 1. Moving the `./assets` into `./lib/assets` or 2. `AssetImage('assets/abc.xyz', package: 'my_developed_package'); `
That should be doable without that much work automatically
Sounds good to me, the package doesn't have all the features matomo has, maybe we wan't to add something else later on but for now both solutions are fine with...
Note: Its not straight forward, we have to switch to either named routes or router 2.0 - #260
Just FYK the mentioned PR is closed (not merged)