Skip to content

Commit

Permalink
finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Apr 25, 2024
1 parent 58525cc commit c5cabc8
Show file tree
Hide file tree
Showing 101 changed files with 86 additions and 3,765 deletions.
27 changes: 6 additions & 21 deletions apps/calculator/.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,20 @@
# This file should be version controlled and should not be manually edited.

version:
revision: "c398442c35db146256911e3745736fa0d3d0437b"
channel: "beta"
revision: "b0366e0a3f089e15fd89c97604ab402fe26b724c"
channel: "stable"

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: c398442c35db146256911e3745736fa0d3d0437b
base_revision: c398442c35db146256911e3745736fa0d3d0437b
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
- platform: android
create_revision: c398442c35db146256911e3745736fa0d3d0437b
base_revision: c398442c35db146256911e3745736fa0d3d0437b
- platform: ios
create_revision: c398442c35db146256911e3745736fa0d3d0437b
base_revision: c398442c35db146256911e3745736fa0d3d0437b
- platform: linux
create_revision: c398442c35db146256911e3745736fa0d3d0437b
base_revision: c398442c35db146256911e3745736fa0d3d0437b
- platform: macos
create_revision: c398442c35db146256911e3745736fa0d3d0437b
base_revision: c398442c35db146256911e3745736fa0d3d0437b
- platform: web
create_revision: c398442c35db146256911e3745736fa0d3d0437b
base_revision: c398442c35db146256911e3745736fa0d3d0437b
- platform: windows
create_revision: c398442c35db146256911e3745736fa0d3d0437b
base_revision: c398442c35db146256911e3745736fa0d3d0437b
create_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c
base_revision: b0366e0a3f089e15fd89c97604ab402fe26b724c

# User provided section

Expand Down
8 changes: 8 additions & 0 deletions apps/calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ Easy to use and feature rich desktop calculator app
## Features
- keyboard calculation input
- history

## Preview
<div align="center">
<br/>
<img src="docs/screenshot_big.png" width="70%" alt="Desktop mode" />
<img src="docs/screenshot_small.png" width="30%" alt="Mobile mode" />
<br/>
</div>
Binary file added apps/calculator/docs/screenshot_big.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 apps/calculator/docs/screenshot_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 0 additions & 34 deletions apps/calculator/ios/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions apps/calculator/ios/Flutter/AppFrameworkInfo.plist

This file was deleted.

1 change: 0 additions & 1 deletion apps/calculator/ios/Flutter/Debug.xcconfig

This file was deleted.

1 change: 0 additions & 1 deletion apps/calculator/ios/Flutter/Release.xcconfig

This file was deleted.

Loading

0 comments on commit c5cabc8

Please sign in to comment.