Skip to content

Commit

Permalink
Add dart to implementation list (#272)
Browse files Browse the repository at this point in the history
## Summary
Closes #32

* [Repo](https://github.com/TBD54566975/typeid-dart)
* [pub.dev link](https://pub.dev/packages/typeid) (dart / flutter
package manager)

## How was it tested?
* [Tests using vectors provided in
spec](https://github.com/TBD54566975/typeid-dart/blob/main/test/typeid_test.dart#L26-L75)
* [Successful build with tests
passing](https://github.com/TBD54566975/typeid-dart/actions/runs/8424367913/job/23068076022)
  • Loading branch information
mistermoe authored Mar 26, 2024
1 parent 27cf272 commit 6cb90a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Implementations should adhere to the formal [specification](./spec).
| [C# (.Net)](https://github.com/TenCoKaciStromy/typeid-dotnet) | [@TenCoKaciStromy](https://github.com/TenCoKaciStromy) | Yes, on 2023-06-30 |
| [C# (.Net Standard 2.1)](https://github.com/cbuctok/typeId) | [@cbuctok](https://github.com/cbuctok) | Yes, on 2023-07-03 |
| [C# (.NET)](https://github.com/firenero/TypeId) | [@firenero](https://github.com/firenero) | Yes, on 2023-07-15 |
| [Dart](https://github.com/TBD54566975/typeid-dart) | [@mistermoe](https://github.com/mistermoe) [@tbd54566975](https://github.com/tbd54566975) | Yes, on 2024-03-25 |
| [Elixir](https://github.com/sloanelybutsurely/typeid-elixir) | [@sloanelybutsurely](https://github.com/sloanelybutsurely) | Yes, on 2023-07-02 |
| [Haskell](https://github.com/MMZK1526/mmzk-typeid) | [@MMZK1526](https://github.com/MMZK1526) | Yes, on 2023-07-07 |
| [Java](https://github.com/fxlae/typeid-java) | [@fxlae](https://github.com/fxlae) | Yes, on 2023-07-02 |
Expand Down

0 comments on commit 6cb90a2

Please sign in to comment.