vptcnt
vptcnt
Hi is it possible to chain several loads of scripts or cas ?
Hello, I use Getx to get articles from Wordpress. I display the list of articles correctly via a ListPage calling a controller ListController. I can click on an item in...
Hello I can't use the HTML rewriting with a Promise I do have an error: Error [ERR_STREAM_PUSH_AFTER_EOF]: stream.push() after EOF This is my code : ``` const RewritingStream = require('parse5-html-rewriting-stream');...
Hello, I would like to customize the export data : - rewrite the tag 'Metadata' - add some new data There is a filters call : ``` $extra_content = apply_filters(...
Hello, Is it possible to implement a "Loading more" with your package ? If we scroll at the end of the body, the app can load more items ... Thanks
Hello, How to create a button with a Rough border. ```dart class ProfileInfo extends StatelessWidget { final String firstText; final Function onTap; const ProfileInfoBigCard( {Key key, @required this.firstText, this.onTap, })...
Hello, I was wondering how to call SDK method on different pages ? My application is split on several pages. The SDK is initialized on the main.dart Then I have...
Hello, Could be useful to add an option : hideCancelButton to just hide the cancel button. It will allow to use showMaterialResponsiveDialog as an alert dialog.
Hello, When I press the WiredButton, the borders are redesigned all the time. Is it a way to prevent this effect ? Thanks
Hello, Do you know how to implement your library in an Ios written in Obj-C ? Thanks for your help ```swift # SWIFT import ScreenProtectorKit class AppDelegate: FlutterAppDelegate { private...