Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03673d0

Browse files
Update image paths
1 parent d22e8be commit 03673d0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Touch Torch
22

33
## App logo
4-
![App logo](artwork/app_logo.png)
4+
![App logo](metadata/en-US/images/icon.png)
55

66
## Description
77
This is a simple Flutter/Dart-based mobile app: You touch the screen and the light turns on. The light stays on until you lift you finger off the screen!
@@ -17,11 +17,11 @@ The whole app is written with less than 100 lines of Flutter/Dart code.
1717
2. home.dart: The single screen of the app. Contains a Stack() widget that holds background images and text
1818

1919
## Artwork
20-
![App artwork 1](artwork/Page1.png)
21-
![App artwork 2](artwork/Page2.png)
22-
![App artwork 3](artwork/Page3.png)
20+
![App artwork 1](metadata/en-US/images/phoneScreenshots/1.png)
21+
![App artwork 2](metadata/en-US/images/phoneScreenshots/2.png)
22+
![App artwork 3](metadata/en-US/images/phoneScreenshots/3.png)
2323

2424
## License
2525
This project is licensed under the BSD 3-Clause License. See the [LICENSE](LICENSE) file for details.
2626

27-
TL;DR: Do whatever you want with the code!
27+
TL;DR: Do whatever you want with the code!

metadata/com.softcodingforyou.touchtorch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Categories:
22
- System
33
License: BSD-3-Clause
44
AuthorName: SoftcodingForYou
5-
AuthorEmail: contact@softcodingforyou.com
6-
AuthorWebSite: https://davidbaum.org/softcodingforyou
5+
AuthorEmail: [email protected].com
6+
AuthorWebSite: https://github.com/SoftcodingForYou
77
SourceCode: https://github.com/SoftcodingForYou/touchtorch
88
IssueTracker: https://github.com/SoftcodingForYou/touchtorch/issues
99
Changelog: https://github.com/SoftcodingForYou/touchtorch/releases

0 commit comments

Comments
 (0)