Dart package containing utility methods for data encoding and decoding.
Use git clone to download codec_utils project.
git clone git@github.com:snggle/codec_utils.gitThe project runs on Dart version 3.2.6. You can use fvm for easy switching between Dart/Flutter versions otherwise see flutter installation
# Install and use required flutter version
fvm install 3.16.9
fvm use 3.16.9 --force
# Install required packages in pubspec.yaml
fvm dart pub getTo run tests
# Run all Unit Tests
fvm dart run test
# To run specific Unit Test
fvm dart test absolute/path/to/test.dartPull requests are welcomed. For major changes, please open an issue first, to enable a discussion on what you would like to improve. Please make sure to provide and update tests as well.