You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"An encrypted messaging client built to secure and improve upon the already widespread SMS protocol.",
172
-
projectStatus:ProjectStatus.DEVELOPMENT,
173
-
),
174
158
];
175
159
}
176
160
@@ -182,7 +166,7 @@ class ProjectsState extends State<Projects> with WidgetsBindingObserver {
182
166
DeveloperProjectListItem(
183
167
title:"dargon2",
184
168
description:
185
-
"A simple, versatile, and full-featured library for hashing in dart with the Argon2 Password Hash Algorithm",
169
+
"A simple, versatile, and full-featured library for hashing in dart with the Argon2 Password Hash Algorithm. Contains packages for Dart Native & Flutter support",
186
170
projectStatus:ProjectStatus.RELEASED,
187
171
linkRow:Row(
188
172
mainAxisAlignment:MainAxisAlignment.spaceEvenly,
@@ -208,66 +192,6 @@ class ProjectsState extends State<Projects> with WidgetsBindingObserver {
208
192
linkName:"dargon2",
209
193
),
210
194
211
-
//dargon2_fluter's Listing
212
-
DeveloperProjectListItem(
213
-
title:"dargon2_flutter",
214
-
description:
215
-
"A Flutter plugin to hash with the Argon2 Algorithm which inherits its bindings from dargon2_core",
0 commit comments