From a6c8817e77c9f0ce0897899a3934440a2fce28b5 Mon Sep 17 00:00:00 2001 From: Tejas Mehta Date: Thu, 16 Dec 2021 15:09:02 -0500 Subject: [PATCH 1/2] Add dargon2_flutter for Flutter projects --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91fc3fd..ed1e1d1 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,8 @@ Bindings are available for the following languages (make sure to read their documentation): * [Android (Java/Kotlin)](https://github.com/lambdapioneer/argon2kt) by [@lambdapioneer](https://github.com/lambdapioneer) -* [Dart](https://github.com/tmthecoder/dargon2) by [@tmthecoder](https://github.com/tmthecoder) +* [Dart (Native)](https://github.com/tmthecoder/dargon2) by [@tmthecoder](https://github.com/tmthecoder) +* [Dart (Flutter)](https://github.com/tmthecoder/dargon2_flutter) by [@tmthecoder](https://github.com/tmthecoder) * [Elixir](https://github.com/riverrun/argon2_elixir) by [@riverrun](https://github.com/riverrun) * [Erlang](https://github.com/ergenius/eargon2) by [@ergenius](https://github.com/ergenius) * [Go](https://github.com/tvdburgt/go-argon2) by [@tvdburgt](https://github.com/tvdburgt) From 602bc751478f731c33fa86bff53b489453111c92 Mon Sep 17 00:00:00 2001 From: Tejas Mehta Date: Fri, 21 Jan 2022 16:51:23 -0500 Subject: [PATCH 2/2] Change the links to match my restructuring --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed1e1d1..d8ffe17 100644 --- a/README.md +++ b/README.md @@ -246,8 +246,8 @@ Bindings are available for the following languages (make sure to read their documentation): * [Android (Java/Kotlin)](https://github.com/lambdapioneer/argon2kt) by [@lambdapioneer](https://github.com/lambdapioneer) -* [Dart (Native)](https://github.com/tmthecoder/dargon2) by [@tmthecoder](https://github.com/tmthecoder) -* [Dart (Flutter)](https://github.com/tmthecoder/dargon2_flutter) by [@tmthecoder](https://github.com/tmthecoder) +* [Dart (Native)](https://github.com/tmthecoder/dargon2/blob/main/dargon2) by [@tmthecoder](https://github.com/tmthecoder) +* [Dart (Flutter)](https://github.com/tmthecoder/dargon2_flutter/blob/main/dargon2_flutter) by [@tmthecoder](https://github.com/tmthecoder) * [Elixir](https://github.com/riverrun/argon2_elixir) by [@riverrun](https://github.com/riverrun) * [Erlang](https://github.com/ergenius/eargon2) by [@ergenius](https://github.com/ergenius) * [Go](https://github.com/tvdburgt/go-argon2) by [@tvdburgt](https://github.com/tvdburgt)