aboyo

Results 4 issues of aboyo

When playing a particular m3u8 video, that aspect ratio is wrong, I referred to this commit [[flutter/plugins#5069](https://github.com/flutter/plugins/pull/5069)] and used the latest video player plugin, this file's aspect ratio of video...

waiting for customer response
in triage

Hi, I want to place two SliverList in a CustomScrollView, and start loading the second SliverList when I scrolls to the bottom. ``` CustomScrollView( slivers: [ BeerSearchInputSliver( onChanged: (searchTerm) =>...

question

### Version 6.0.0 ### Platforms dart ### Device Model iPhone 15 Pro ### flutter info ```sh Flutter (Channel stable, 3.22.0, on macOS 14.4 23E214 darwin-arm64, locale zh-Hant-TW) • Flutter version...

Hi, I am using: ``` easy_localization: ^3.0.7 easy_localization_loader: ^2.0.2 ``` How can I display a loading screen while using the SmartNetworkAssetLoader to load assets from the network? Thx