NebulaFox

Results 5 comments of NebulaFox

You can get round this issue by add this to your pubspec ``` dependency_overrides: libphonenumber: ^2.0.2 ```

I get the impression the Workmanger plugin does work on iOS, as I can put a breakpoint after registering, and then do the simulate launch. This method needs to be...

Hey @exaby73 No. The problem is the `TextField` is filling the entire space on the screen, but the `OutlineInputBorder` doesn't. Here is a screenshot to demonstrate the problem.

Thanks for your reply @exaby73. It is good to see there is a working solution to have the `InputDecorator` be the same size as an expanded `TextField`, but it's a...

@huycozy No, the `TextField`'s `InputDecoration` isn't expanded when I run the the [example](https://dartpad.dev/?id=9fdc5bbe62239c8912ced4d1677abe89). It is like my earlier [screenshot](https://github.com/flutter/flutter/issues/120633#issuecomment-1429673144). The only difference I can see is yours includes text in...