pradt

Results 16 issues of pradt

Shortcut for generating stateful/stateless widgets is either: "st" + enter = Stateful Widget "st" + downarrow + enter = Stateless Widget or "stf" + enter = Stateful Widget "stl" +...

The documentation states to use the Utils class, and I'm only able to access this via DateUtils. Is the correct or should the documentation be updated ? I've checked I've...

Hi I've loaded angular-card and card.js, when I try and run my application I'm getting an exception at new Card(opts). Looking at card.js it looks as though that it should...

### Describe The Bug The animation for BackOutUp has an Opacity of 0.7 for 20% and 100%. ``` 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7);...

feature request

I'm using 2.0.0-beta.4-nullsafety.0 and I'm trying to get a new token when the client reconnects. ``` socket.onReconnect((data) async{ print('Socket Reconnect'); socket.auth = await _buildAuthOptions(); socket.disconnect().connect(); }); ``` I've tested this...

I noticed that this was written with the namespace method to reference firebase. However, the recomendation is that modular manner is to be used as the next version will drop...

I'm trying to work out what needs to persisted in a database (whether the text is sufficient to be stored etc...). When I tried to look at the content, html...

I've implemented quill-emoji along with ngx-quill within an angular 7 app. Everything appears to work except the completions. I can see the UL tag, however there are no li tags...

Hi, I just went through the painful processes of setting up a custom data binding for number of properties. It would be great if you could include snipet for two...

Hi I wanted to request a feature : Can we show the a stack of cards at the bottom, so that they are scrolled into view ?