shohei
shohei
@vladaman Please show me your source code.
@dmba I'm consider new solution. Tentatively, please set nullable type like this. ``` @Field() bool? onBoardingCompleted = false; ``` I'll suggest new solution in near future.
same issue. Android 12 Google Pixel 6a.
Please check the following interface. > Question 1 ```dart _stopWatchTimer.rawTime.listen((value) => print('rawTime $value ${StopWatchTimer.getDisplayTime(value)}')); _stopWatchTimer.minuteTime.listen((value) => print('minuteTime $value')); _stopWatchTimer.secondTime.listen((value) => print('secondTime $value')); ``` > Question 2 ```dart _stopWatchTimer.fetchStopped.listen((value) => print('stopped...
@diegotori I found the difference point. The problem seems to occur when using `google_mobile_ads` to display banner ads..... This is a video of the operation when banner ads are hidden....
@inteist I will add it, please Request.