Skip to content

Commit 1b3f6e4

Browse files
author
Omar Khaled
committedSep 30, 2020
add purchase and sells pages
add hour and date property instead of date
1 parent 6035ea3 commit 1b3f6e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+868
-567
lines changed
 

‎.github/workflows/dart.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
image: google/dart:latest
1212

1313
steps:
14-
- uses: actions/checkout@v1
15-
- name: Install dependencies
16-
run: pub get
17-
- name: Run tests
18-
run: pub run test
14+
- uses: actions/checkout@v1
15+
- name: Install dependencies
16+
run: pub get
17+
- name: Run tests
18+
run: pub run test

‎android/app/src/debug/AndroidManifest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->
6-
<uses-permission android:name="android.permission.INTERNET"/>
7-
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
8-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
6+
<uses-permission android:name="android.permission.INTERNET" />
7+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
8+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
99
</manifest>

0 commit comments

Comments
 (0)