Parabeac / parabeac_core

Continuous Design / Continuous Integration for Figma to Flutter
BSD 3-Clause "New" or "Revised" License
579 stars 70 forks source link

Bad Docker base Image, missing flutter as a dependency. #756

Open Jorgeruiz97 opened 1 year ago

Jorgeruiz97 commented 1 year ago

Describe the bug

Dockerfile base image google/dart:latest does not contain a flutter installation as a dependency, while the parabeac.dart script runs successfully it does not create all the assets accordingly it only creates the {theme,views,widgets}/ directories missing all the generated files.

To Reproduce

Please refer to: Discord Thread for more details.

Impact of the problem

Can't build and execute as a docker image.