Nicklas Nilsson
Nicklas Nilsson
I would like to make the change of color animating. Is that possible? Maybe I should use an animated vector drawable instead but not completely sure.
Just to be clear, this library does not support webviews right? If not, does anyone know where I can find one?
Hi, As of my understanding theres another branch in the repo `refactor-project-structure` that aims for one module instead of three. Does it also implement package by feature? Having some problems...
I included this package in my Meteor app and turns out UglifyJS2 (that is used by [Meteors minifying package](https://atmospherejs.com/meteor/standard-minifier-js) ) fails to minify it. Resulting in an very hard to...
Hi, Trying to learn how to build an extension. 1. Is live reloading working? I can see that `inert` is listed as a dependency which should make reloading available via...
I got my project defined in a Dockerfile in the same folder where I define tasker in my docker-compose file. Can I somehow run my local docker image without having...
I have a problem where my default values are being overwritten by the meteor method call causing an error `Cannot read property 'profile' of undefined at Proxy.About.vue.__vue_options__.render (About.vue:47)` in the...
Hi, I'm trying to achieve the following without the gray dot. ``` SmoothPageIndicator( controller: controller, count: widget.tabs[activeTab].features.length, effect: ScaleEffect( spacing: 20.w, radius: 25.h, dotWidth: 50.h, dotHeight: 50.h, dotColor: Colors.grey, paintStyle:...
Hi! Great work on an awesome project! Do you have any plans on using vue-apollo with this project? I wonder if it could replace vue-meteor-tracker maybe. I am thinking of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...