aggeloskoutanis

Results 10 issues of aggeloskoutanis

Hello, I have been getting this error since I upgrade the package to 2.0.4. ``` _CastError: Null check operator used on a null value File "loaders.dart", line 421, in SvgNetworkLoader.provideSvg...

Hello everyone, I am facing the following issue while I am using a CarouselSlider.builder with autoPlay == true. I think the problem is caused due to an async operation in...

## Steps to Reproduce I use RecordUI and on the `iniState` I subscribe to the camera state to listen to an event listener. On the event listener, I have some...

## Steps to Reproduce When navigating to RecordUI the camera at first is initializing. The screen is black, and then you can see what the camera is showing when initialization...

android

## Steps to Reproduce I am using the `AwesomeFlashButton` in order to let the user before starting a video recording. When the user selects `FlashMode.on` or `FlashMode.auto` and starts the...

android

### Version 6.1.2 ### Platforms iOS ### Device Model iPhone 13 ### flutter info ```sh [✓] Flutter (Channel stable, 3.16.4, on macOS 14.2.1 23C71 darwin-x64, locale en-GR) • Flutter version...

Hello, everyone. I am facing the following problem: Sometimes I get this error: ``` _TypeError Null check operator used on a null value http_impl.dart in _HttpClient._returnConnection at line 2857 http_impl.dart...

type-bug
package:http

Hello, first of all, thanks for this great package. Moving on, I would like to express a suggestion that might be handy in some situations. I work on a project...

Hello, thanks a lot for creating this tool. It is so helpful. I have some follow-up questions. 1. Should I include a privacy manifest file for my app, even though...

## 🐛 Bug Report I am implementing a CustomCachemanager with a `stalePeriod` of 1 minute to check if the cached data are deleted after the stale period passes. So far,...