vgavrilovikj

Results 8 issues of vgavrilovikj

I have a form, on submit button click, with AJAX I am calling the php that sends the mail and once the email is sent the form refreshes, how can...

How can I send the selected items to POST? If I only attach name="authors[]", this is what I get in POST: [authors] => Array ( [0] => object:66 [1] =>...

I can see in the Entities\Properties - Files is listed as property, however, setFiles() function is not present in the Page.php.. Is this something that can be added? Thank you...

enhancement

Hello, I have installed the package and included in my Home component like this: `` However I keep on getting this issue, not sure how it can be resolved... ![image](https://user-images.githubusercontent.com/29601489/110255370-97e1a680-7f93-11eb-9063-bc962e536cb0.png)...

What happens in case where the pagingController is inside a BLoC, how to dispose it then.. This is the error I am getting: ``` Exception: A PagingController was used after...

Is pagination supported with this package? I am trying to group the elements I receive from an API into days group like: Today, Yesterday, 2 days ago, etc... However because...

help wanted

Here's my code for the textinputdialog: ``` showTextInputDialog( context: context, textFields: [ DialogTextField( initialText: widget .recentChatBlockEntity .title, hintText: 'Title'), ], title: 'Rename chat') ``` This works great - however when...