idkq

Results 10 issues of idkq

Since BottomNavigationBar() 'requires' nested Navigators I was wondering if it works with this widget.

I'm slightly confused as to why "all DateTimes must be in UTC". **Requirement**: I want a recurrence every business day of the week (MON-FRI) at 23:59:59 **in local time** ....

T: Feature

Readme says ESP8266. Also what is the difference with this other lib https://github.com/khoih-prog/ESPAsync_WiFiManager

https://stackoverflow.com/questions/60668110/flutter-how-to-set-showmodalbottomsheet-to-full-height-but-below-status-bar

I'm getting the error below and assume it is expected. I kind of need to use mixins. Can we put as feature request? ``` [SEVERE] floor_generator:floor_generator on lib/db/database.dart: Entities and...

feature

First of all, this is absolute well designed, and coded, congrats - truly amazing work! Well done! I'm adding a custom page to the portal - not sure if interests...

Creates a new screen in which users can setup additional fields

Hi thanks for this! I can't get EvenSpacer to work... dots should follow the edge. ```dart @override void paint(Canvas canvas, Size size) { final curve = CubicBezier([ Vector2(0, size.height), Vector2(size.width/8,...

![image](https://user-images.githubusercontent.com/76702881/156496515-e2dd1355-33e6-482d-b6db-64d1378fdfc5.png)

Using MacOs. Follow the steps on readme but getting this error when building: ```cmake libs/SDK_EVAL_Com.c:244:11: error: 'stdout' undeclared (first use in this function) 244 | setvbuf(stdout, NULL, _IONBF, 0); |...