Skip to content

snggle/codec_utils

Repository files navigation

codec_utils

Dart package containing utility methods for data encoding and decoding.

Installation

Use git clone to download codec_utils project.

git clone git@github.com:snggle/codec_utils.git

Usage

The 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 get

Tests

To run tests

# Run all Unit Tests
fvm dart run test

# To run specific Unit Test
fvm dart test absolute/path/to/test.dart

Contributing

Pull 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages