File tree Expand file tree Collapse file tree 3 files changed +30
-4
lines changed Expand file tree Collapse file tree 3 files changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,33 @@ class ProjectsState extends State<Projects> with WidgetsBindingObserver {
273
273
),
274
274
linkName: "argon2swift" ,
275
275
),
276
-
276
+ // xotp's Listing
277
+ DeveloperProjectListItem (
278
+ title: "xotp" ,
279
+ description: "A Rust Crate that provides pure-rust implementations of the HOTP and TOTP algorithms" ,
280
+ projectStatus: ProjectStatus .RELEASED ,
281
+ linkRow: Row (
282
+ mainAxisAlignment: MainAxisAlignment .spaceEvenly,
283
+ children: [
284
+ ImageLink (
285
+ link: "https://github.com/tmthecoder/xotp" ,
286
+ assetUri: "assets/third_party/github_logo_${ThemeController .of (context ).isDark ? "dark" : "light" }.png" ,
287
+ edgeInsets: const EdgeInsets .all (10 ),
288
+ ),
289
+ ImageLink (
290
+ link: "https://crates.io/crates/xotp" ,
291
+ assetUri: "assets/third_party/cargo_logo.png" ,
292
+ edgeInsets: const EdgeInsets .all (10 ),
293
+ ),
294
+ IconLink (
295
+ icon: Icons .code,
296
+ link: "https://docs.tmthecoder.dev/xotp" ,
297
+ padding: const EdgeInsets .all (10 ),
298
+ )
299
+ ],
300
+ ),
301
+ linkName: "xotp"
302
+ ),
277
303
//OdometryCore's Listing
278
304
DeveloperProjectListItem (
279
305
title: "Odometry Core" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packages:
21
21
name: characters
22
22
url: "https://pub.dartlang.org"
23
23
source: hosted
24
- version: "1.1 .0"
24
+ version: "1.2 .0"
25
25
charcode:
26
26
dependency: transitive
27
27
description:
@@ -316,7 +316,7 @@ packages:
316
316
name: vector_math
317
317
url: "https://pub.dartlang.org"
318
318
source: hosted
319
- version: "2.1.0 "
319
+ version: "2.1.1 "
320
320
win32:
321
321
dependency: transitive
322
322
description:
@@ -332,5 +332,5 @@ packages:
332
332
source: hosted
333
333
version: "0.2.0"
334
334
sdks:
335
- dart: ">=2.12 .0 <3.0.0"
335
+ dart: ">=2.14 .0 <3.0.0"
336
336
flutter: ">=1.24.0-6.0.pre"
You can’t perform that action at this time.
0 commit comments