Ali Ahamed Thowfeek
Ali Ahamed Thowfeek
@mehmetf you need to set `statusBarBrightness: Brightness.light` in your first screen for it to work on iOS. if you look at the doc it says, ```dart /// The brightness of...
@miguelpruivo I was having the same problem where nothing worked and finally this is how i got it to work, wrap the `Scaffold` by a `Theme` widget and pass in...
> [#844 (comment)](https://github.com/stablekernel/aqueduct/issues/844#issuecomment-733024542) > > this worked for me That is: `dart pub run aqueduct db upgrade` For some reason i cant generate more than one migration file, so i...
@Reductions I was trying to write a test like ```dart harness.publicAgent.get("/search", query: {"query": "1", "query": "2"}); ``` But soon realized that it's impossible do that in dart with the map...
@fjwong would you be able to bump the version number and update the changelog? @nohli I'm sorry I haven't used flutter in a long time, so i had to set...
> Maybe calling `flutter pub publish --dry-run` from the package folder opens the login for creating those credentials. > > Are you on macOS? I tried dry run and also...
> @ali-thowfeek I just saw you forked this and look to have already implemented this fix. Would you accept a PR from me to add some widget tests? It doesn't...
hey @Saifallak i forked this project and added some functionalities. check it out. https://pub.dev/packages/simple_html_css I would really appreciate a PR
Hi @giorgio79 sorry a little out of touch with Flutter these days. Originally I wanted this package to be simple and not a replacement for the big packages out there,...
Sorry for the delay. I'm a little busy these days. I'll look into it as soon as I have the time.