Koen Van Looveren

Results 59 issues of Koen Van Looveren

When the payload is to big, the callback won't be fired. Can this be fixed?

I am having a hard time achieving this scenario https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_join_inner SQL For selecting the lowest OrderDetailId for an OrderId ``` SELECT Orders.OrderID, OrderDetails.OrderDetailID FROM Orders INNER JOIN ( SELECT *...

enhancement

I am upgrading my package (Kiwi) vanlooverenkoen/kiwi#51 But it seems that code_builder is not yet migrated to support nullsafety. Is there a timeline on when this could be added?

chore
feature

Because we are using Jenkins to deploy to HockeyApp we need a way to add release notes from jenkins. This will make it possible to just add your releasenotes with...

enhancement

# Problem description Right now, after login we get to the search page. Because this page is an empty screen with a search bar it is not always clear why...

Feature

https://bintray.com/shamylzakariya/maven/stickyheaders/0.7.9 ![image](https://user-images.githubusercontent.com/21172855/114888525-9bc1dd80-9e09-11eb-8758-8a86272157bf.png)

Hi, Our can change over time is there a way to update a specific header? Something like: notifyHeaderDataSetChanged(index)

Is it possible to add an option to only send stereo audio to the chromecast? Because AAC 5.1 is not supported on the Chromecast v2, Maybe only sending stereo audio...

Added support for picture in picture video playback https://user-images.githubusercontent.com/21172855/185166814-b255753d-6f67-449f-a5b5-6335522c10b7.MP4 This feature is only available on iOS because android has a different implementation. [simple_pip_mode](https://pub.dev/packages/simple_pip_mode) can be used for Android https://github.com/flutter/flutter/issues/60048 No...

p: video_player
platform-ios