Skip to content

Commit 924f537

Browse files
HossamMo123MazenEwissZiadMontaserfaroukmohamed2karimzakzouk
authored
Hossam mohamed create profile summary widget layout (#148)
Co-authored-by: Mazen Hatem <mazenrory@gmail.com> Co-authored-by: Ziad <62536773+ZiadMontaser@users.noreply.github.com> Co-authored-by: faroukmohamed2 <farmo6995@gmail.com> Co-authored-by: faroukmohamed2 <133220065+faroukmohamed2@users.noreply.github.com> Co-authored-by: ZiadMontaser <ziadmontaser2005@gmail.com> Co-authored-by: KarimZakzouk <karimzakzouk69@gmail.com> Co-authored-by: karimzakzouk <147805022+karimzakzouk@users.noreply.github.com> Co-authored-by: Mazen Hatem <162705423+Uderscore@users.noreply.github.com> Co-authored-by: mohamed-yasser23 <147346799+mohamed-yasser23@users.noreply.github.com>
1 parent ee85f21 commit 924f537

284 files changed

Lines changed: 17573 additions & 391 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Default ignored files
2+
/shelf/
3+
/workspace.xml
4+
/.idea
5+
openapitools.json
6+
/Lam7aApi
7+
8+
*.g.dart
9+
*.freezed.dart

README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

lam7a/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ app.*.map.json
4343
/android/app/debug
4444
/android/app/profile
4545
/android/app/release
46+
47+
48+
*.g.dart
49+
*.freezed.dart

lam7a/.metadata

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: "ac4e799d237041cf905519190471f657b657155a"
7+
revision: "9f455d2486bcb28cad87b062475f42edc959f636"
88
channel: "stable"
99

1010
project_type: app
@@ -13,26 +13,11 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: ac4e799d237041cf905519190471f657b657155a
17-
base_revision: ac4e799d237041cf905519190471f657b657155a
18-
- platform: android
19-
create_revision: ac4e799d237041cf905519190471f657b657155a
20-
base_revision: ac4e799d237041cf905519190471f657b657155a
21-
- platform: ios
22-
create_revision: ac4e799d237041cf905519190471f657b657155a
23-
base_revision: ac4e799d237041cf905519190471f657b657155a
24-
- platform: linux
25-
create_revision: ac4e799d237041cf905519190471f657b657155a
26-
base_revision: ac4e799d237041cf905519190471f657b657155a
27-
- platform: macos
28-
create_revision: ac4e799d237041cf905519190471f657b657155a
29-
base_revision: ac4e799d237041cf905519190471f657b657155a
16+
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
17+
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
3018
- platform: web
31-
create_revision: ac4e799d237041cf905519190471f657b657155a
32-
base_revision: ac4e799d237041cf905519190471f657b657155a
33-
- platform: windows
34-
create_revision: ac4e799d237041cf905519190471f657b657155a
35-
base_revision: ac4e799d237041cf905519190471f657b657155a
19+
create_revision: 9f455d2486bcb28cad87b062475f42edc959f636
20+
base_revision: 9f455d2486bcb28cad87b062475f42edc959f636
3621

3722
# User provided section
3823

lam7a/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

lam7a/analysis_options.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ linter:
2929

3030
analyzer:
3131
plugins:
32-
- custom_lint
32+
- custom_lint
33+
dependencies:
34+
flutter:
35+
sdk: flutter
36+
flutter_riverpod: ^2.4.0

lam7a/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<uses-permission android:name="android.permission.INTERNET" />
23
<application
34
android:label="lam7a"
45
android:name="${applicationName}"
5-
android:icon="@mipmap/ic_launcher">
6+
android:icon="@mipmap/launcher_icon">
67
<activity
78
android:name=".MainActivity"
89
android:exported="true"
5.8 KB
Loading
3.29 KB
Loading
5.8 KB
Loading

0 commit comments

Comments
 (0)