Bryan Calisto

Results 4 comments of Bryan Calisto

If it's intentional, it's not so intuitive I think. As I can see in the [template for that file](https://github.com/flutter/flutter/blob/cba8e277dfe73ab677bc33c552038948ec4c9b71/packages/flutter_tools/templates/app_shared/windows.tmpl/runner/Runner.rc.tmpl#L93), the value you see is the **_project's name_**: VALUE "FileDescription", "{{projectName}}"...

I'm having this problem too. I made the build work by adding this lines to the '**resolve**' field of **webpack.config.js** file (which is located in node_modules/react-scripts/config): ` fallback: { "fs":...

> Any updates for the fix? Also will I be able to export if I add the above code? I guess the package is not being maintained anymore. If you...

True. The link should be [https://api.flutter.dev/flutter/rendering/CrossAxisAlignment.html#start](https://api.flutter.dev/flutter/rendering/CrossAxisAlignment.html#start)