Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 60fa25e

Browse files
committed
readme fixes
1 parent 86c38df commit 60fa25e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The code for Springy Widget is taken and refactored from (https://github.com/mat
6868
<img height="480px" src="screenshots/signup3.jpg"> <img height="480px" src="screenshots/login14.jpg"> <img height="480px" src="screenshots/login13.jpg"> <img height="480px" src="screenshots/login12.jpg"> <img height="480px" src="screenshots/login10.png"> <img height="480px" src="screenshots/login9.png"> <img height="480px" src="screenshots/login8.png"> <img height="480px" src="screenshots/auth3-1.png"> <img height="480px" src="screenshots/auth3-2.png"> <img height="480px" src="screenshots/login7.png"> <img height="480px" src="screenshots/signup2.png"> <img height="480px" src="screenshots/login6.png"> <img height="480px" src="screenshots/auth2.png"> <img height="480px" src="screenshots/login5.png"> <img height="480px" src="screenshots/auth1.png"> <img height="480px" src="screenshots/login4.png"> <img height="480px" src="screenshots/login1.png"> <img height="480px" src="screenshots/login2.png"> <img height="480px" src="screenshots/login3.gif"> <img height="480px" src="screenshots/signup1.png">
6969

7070
## Settings UIs
71-
<img height="480px" src="screenshots/settings1.png"> <img height="480px" src="screenshots/settings2.png"> <img height="480px" src="screenshots/settings3.png"> <img height="480px" src="screenshots/profilesetting.jpg"> <img height="480px" src="screenshots/settings4.png">
71+
<img height="480px" src="screenshots/settings1.png"> <img height="480px" src="screenshots/settings2.png"> <img height="480px" src="screenshots/settings3.png"> <img height="480px" src="screenshots/profilesetting.jpg"> <img height="480px" src="screenshots/settings4.jpg">
7272

7373
## Dashboard UIs
7474
<img height="480px" src="screenshots/dash1.png"> <img height="480px" src="screenshots/dash2.png"> <img height="480px" src="screenshots/dash3.png">
@@ -158,8 +158,11 @@ Plant UI Clone by [Ambika Dulal](https://github.com/Ambikadulal)
158158
<img height="480px" src="screenshots/plant-1.jpg"> <img height="480px" src="screenshots/plant-2.jpg"> <img height="480px" src="screenshots/plant-3.jpg"> <img height="480px" src="screenshots/plant-4.jpg"> <img height="480px" src="screenshots/plant-5.jpg"> <img height="480px" src="screenshots/plant-6.jpg">
159159

160160
## TravelUi Clone
161-
<img height="480px" src="screenshots/TravelUi1.jpg"> <img height="480px" src="screenshots/TravelUi2.jpg">
161+
Furniture App by [Ambika Dulal](https://github.com/Ambikadulal)
162+
163+
<img height="480px" src="screenshots/travelui1.jpg"> <img height="480px" src="screenshots/travelui2.jpg">
162164

163165
## Wallet App Clone
164166
Furniture App by [Ambika Dulal](https://github.com/Ambikadulal)
167+
165168
<img height="480px" src="screenshots/wallet-1.jpg"> <img height="480px" src="screenshots/wallet-2.jpg">

linux/flutter/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ add_custom_command(
7878
COMMAND ${CMAKE_COMMAND} -E env
7979
${FLUTTER_TOOL_ENVIRONMENT}
8080
"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.sh"
81-
linux-x64 ${CMAKE_BUILD_TYPE}
81+
${FLUTTER_TARGET_PLATFORM} ${CMAKE_BUILD_TYPE}
82+
VERBATIM
8283
)
8384
add_custom_target(flutter_assemble DEPENDS
8485
"${FLUTTER_LIBRARY}"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)