Results 19 comments of wph

1.2.4 의 pinfo.list의 k 를 naver로 바꾼 내용 때문인 것 같네요. 갑자기 바뀌어서 당황했습니다 런타임 에러라..

I tried below, but I still have same problem. It seems that I already used MediaData on MaterialApp level with 'mediaQueryData parameter of ResponsiveWrapper.builder method'. DevicePreview is just helper and...

I resolved with workaround (simple but some boilerplate codes) If you use the widget that internally use OverlayEntry to make draggable feedback, Responsive framework package can generate coordination problem. e.g.,...

how about moor file? https://moor.simonbinder.eu/docs/using-sql/moor_files/

I tried VmDatabase.closeExistingInstances() on MainApp.initState(). It does not work properly on Android as written in method comment. Additional info about 'database is locked': https://github.com/simolus3/moor/issues/1042#issuecomment-870893347

I cannot reproduce it in development. I send log to my dev/real server. But I dont have any logs in dev server by now. If user logout and log in...

Hi, @simolus3. Long time no see. I am still struggling with this issue. Case 1. debug(hot restart) + Android *reproducible step ``` database.transaction(() async { await myRepo.update([xxxEntity]); // db write,...

I am from Android developer. Kotlin(or Java) has 2 class named LocalDateTime and LocalDate. LocalDate is only for Date calculation. It is more simple and difficult to misunderstand design With...

I made a class in my project only for date calculation. This class is wrapping Jiffy. You can modify and use it if need. ``` import 'package:jiffy/jiffy.dart'; class UtcDate {...