-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathflutter_dart.txt
29 lines (15 loc) · 913 Bytes
/
flutter_dart.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
These are companions to other projects in flutter and dart. Primary goal being GUI experiments in general and in particular cross platform
including ios, android targets.
1. Simple recasting of the pwdbasic app in dart:
https://bitbucket.org/ToprLLC/passwords.git - subdir dart
2. Beginner flutter project using the password generator. build for your favorite target (iOS, chrome, native desktop and so on)
https://codeberg.org/RajaSrinivasan/pwdgen.git
3. A numeric expression generator
https://codeberg.org/RajaSrinivasan/numexpr.git and a flutter project to generate a frontend at:
https://codeberg.org/RajaSrinivasan/numexprgui.git
The experimental webpage is available at github:
https://rajasrinivasan.github.io/
4. Jotto - a word game not unlike wordle except a lot harder. Visit the site:
https://jottogui.pages.dev/#/
The source code is at:
https://codeberg.org/RajaSrinivasan/jottogui.git