Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

binary size: use shorebird.json instead of shorebird.yaml #144

Open
eseidel opened this issue Apr 19, 2024 · 1 comment
Open

binary size: use shorebird.json instead of shorebird.yaml #144

eseidel opened this issue Apr 19, 2024 · 1 comment

Comments

@eseidel
Copy link
Contributor

eseidel commented Apr 19, 2024

We already have a pre-processing step during flutter build to process shorebird.yaml from its checked in form to its built form. However we could go further and convert it to json. Doing so would allow us to remove more rust dependencies:

├── serde_yaml v0.9.27
│   ├── indexmap v2.1.0 (*)
│   ├── itoa v1.0.10
│   ├── ryu v1.0.16
│   ├── serde v1.0.193 (*)
│   └── unsafe-libyaml v0.2.9
@eseidel
Copy link
Contributor Author

eseidel commented Apr 19, 2024

cargo tree -e normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant