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

Commit

Permalink
screenshots and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jun 4, 2019
1 parent 991f687 commit f480a59
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The code for Springy Widget is taken and refactored from (https://github.com/mat
## Food Delivery App
<img height="480px" src="screenshots/cake.png"> <img height="480px" src="screenshots/fdhome.png">

## Quiz App
<img height="480px" src="screenshots/quiz1.png"> <img height="480px" src="screenshots/quiz2.png"> <img height="480px" src="screenshots/quiz3.png"> <img height="480px" src="screenshots/quiz5.png"> <img height="480px" src="screenshots/quiz6.png">

## Hotel App
<img height="480px" src="screenshots/hotel-home.png">
Expand Down
4 changes: 2 additions & 2 deletions lib/src/pages/quiz_app/quiz_finished.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class QuizFinishedPage extends StatelessWidget {
decoration: BoxDecoration(
gradient: LinearGradient(
colors: [
Theme.of(context).primaryColor,
Theme.of(context).accentColor
Colors.deepPurple,
Colors.pink
],
begin: Alignment.topCenter,
end: Alignment.bottomCenter
Expand Down
Binary file added screenshots/quiz1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quiz2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quiz3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quiz5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/quiz6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f480a59

Please sign in to comment.