Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.01 KB

File metadata and controls

44 lines (30 loc) · 1.01 KB

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.