Kévin Blondel
Kévin Blondel
Expose Realtime controller in HTTP without subscribe, unsubscribe and join.
## Expected Behavior A popup to login again after token is expired should show. ## Current Behavior The popup does not show and a not explicit error shows 'Oops something...
If we change the speed of the video with ```dart _trimmer.videoPlayerController!.setPlaybackSpeed(speed); ``` It is not taken in consideration by the TrimViewer
Add `chipShadowColor`, `chipElevation` and `chipPressElevation` options for `MultiSelectChipField`. Usage: ```dart MultiSelectChipField( chipShadowColor: Colors.black, chipElevation: 1, chipPressElevation: 2, ... ) ```
## What does this PR do? Implement dividerHeight and dividerThickness to change the size of dividers. ## Usage ```dart DatePicker.showSimpleDatePicker( context, initialDate: DateTime(1994), firstDate: DateTime(1960), dateFormat: "dd-MMMM-yyyy", dividerHeight: 1.0, dividerThickness:...