ProductOfAmerica

Results 23 comments of ProductOfAmerica

Even after making your change, the style sheet is still not loaded properly. I think it has to do with preloading the css not working correctly

Feel like this project is dead...

Same issue, still. Windows 10.

``` HttpRequest request = HttpRequest.post("http://localhost/").header(HttpRequest.HEADER_CONTENT_TYPE, HttpRequest.CONTENT_TYPE_JSON).send("{\n" + " \"app_id\" : \"0.1.10\",\n" + " \"channel_tag\" : \"production\",\n" + " \"device\" : {\n" + " \"snapshot\" : \"0.1.10\",\n" + " \"binary_version\" :...

...however a method for HttpRequest.post(url).json(strJson) function would be nice

> Hi folks, I'm very sorry for the radio silence recently I had some personal issues to deal with. I'll be able to look into this over the next week....

This is still not fixed... @RatakondalaArun ```yaml dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^2.0.0 flutter_launcher_icons: "^0.13.1" flutter_icons: #I've tried both `flutter_icons:` and `flutter_launcher_icons:` as the config name... android: "launcher_icon" ios: true...

I will pay for someone to implement fed2 subs. @kamilmysliwiec

Same... is this still supported? @avivace

To anyone else wondering, none of the solutions above worked for me. The workaround was to remove zod validation. previous: ```ts const form = z.object({ otp: z.string().min(INPUT_NUM, `OTP must be...