tree: c9de7670992fc00ea3b2a06afacc0e4d1c17c61b
- build.dart
- README.md
pkgs/intl4x/hook/README.md
How to update the ICU4X version used in package:intl4x.
First PR
- Create PR.
- Update
submodules/icu4x to whatever branch/hash you want. - Land PR.
- Tag with
intl4x-icu*, push. This creates new release with the new binaries.
Second PR
- Create PR.
- Run
bash tools/regenerate_bindings.sh, and fix resulting errors. - Update
const version in version.dart to tag. - Regenerate hashes using
cd pkgs/intl4x/; dart --enable-experiment=native-assets run tool/regenerate_hashes.dart. - Land PR.