-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed display tile designs
- Loading branch information
Showing
34 changed files
with
1,125 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# Details | ||
|
||
Date : 2023-05-20 11:03:10 | ||
|
||
Directory /mnt/Storage Data/My Projects/car_workshop_app | ||
|
||
Total : 78 files, 6734 codes, 326 comments, 566 blanks, all 7626 lines | ||
|
||
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md) | ||
|
||
## Files | ||
| filename | language | code | comment | blank | total | | ||
| :--- | :--- | ---: | ---: | ---: | ---: | | ||
| [README.md](/README.md) | Markdown | 2 | 0 | 1 | 3 | | ||
| [analysis_options.yaml](/analysis_options.yaml) | YAML | 3 | 23 | 4 | 30 | | ||
| [android/app/build.gradle](/android/app/build.gradle) | Groovy | 54 | 5 | 13 | 72 | | ||
| [android/app/src/debug/AndroidManifest.xml](/android/app/src/debug/AndroidManifest.xml) | XML | 4 | 4 | 1 | 9 | | ||
| [android/app/src/main/AndroidManifest.xml](/android/app/src/main/AndroidManifest.xml) | XML | 28 | 6 | 1 | 35 | | ||
| [android/app/src/main/res/drawable-v21/launch_background.xml](/android/app/src/main/res/drawable-v21/launch_background.xml) | XML | 4 | 7 | 2 | 13 | | ||
| [android/app/src/main/res/drawable/launch_background.xml](/android/app/src/main/res/drawable/launch_background.xml) | XML | 4 | 7 | 2 | 13 | | ||
| [android/app/src/main/res/values-night/styles.xml](/android/app/src/main/res/values-night/styles.xml) | XML | 9 | 9 | 1 | 19 | | ||
| [android/app/src/main/res/values/styles.xml](/android/app/src/main/res/values/styles.xml) | XML | 9 | 9 | 1 | 19 | | ||
| [android/app/src/profile/AndroidManifest.xml](/android/app/src/profile/AndroidManifest.xml) | XML | 4 | 4 | 1 | 9 | | ||
| [android/build.gradle](/android/build.gradle) | Groovy | 27 | 0 | 5 | 32 | | ||
| [android/gradle.properties](/android/gradle.properties) | Properties | 3 | 0 | 1 | 4 | | ||
| [android/gradle/wrapper/gradle-wrapper.properties](/android/gradle/wrapper/gradle-wrapper.properties) | Properties | 5 | 0 | 1 | 6 | | ||
| [android/settings.gradle](/android/settings.gradle) | Groovy | 8 | 0 | 4 | 12 | | ||
| [ios/Runner/AppDelegate.swift](/ios/Runner/AppDelegate.swift) | Swift | 12 | 0 | 2 | 14 | | ||
| [ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json](/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json) | JSON | 122 | 0 | 1 | 123 | | ||
| [ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json](/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json) | JSON | 23 | 0 | 1 | 24 | | ||
| [ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md](/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md) | Markdown | 3 | 0 | 2 | 5 | | ||
| [ios/Runner/Base.lproj/LaunchScreen.storyboard](/ios/Runner/Base.lproj/LaunchScreen.storyboard) | XML | 36 | 1 | 1 | 38 | | ||
| [ios/Runner/Base.lproj/Main.storyboard](/ios/Runner/Base.lproj/Main.storyboard) | XML | 25 | 1 | 1 | 27 | | ||
| [ios/Runner/Runner-Bridging-Header.h](/ios/Runner/Runner-Bridging-Header.h) | C++ | 1 | 0 | 1 | 2 | | ||
| [lib/constants.dart](/lib/constants.dart) | Dart | 2 | 0 | 0 | 2 | | ||
| [lib/data_ops/adding_data.dart](/lib/data_ops/adding_data.dart) | Dart | 147 | 0 | 10 | 157 | | ||
| [lib/data_ops/deleting_data.dart](/lib/data_ops/deleting_data.dart) | Dart | 18 | 0 | 3 | 21 | | ||
| [lib/data_ops/fetching_data.dart](/lib/data_ops/fetching_data.dart) | Dart | 219 | 0 | 15 | 234 | | ||
| [lib/data_ops/searching_data.dart](/lib/data_ops/searching_data.dart) | Dart | 78 | 0 | 5 | 83 | | ||
| [lib/data_ops/updating_data.dart](/lib/data_ops/updating_data.dart) | Dart | 121 | 0 | 19 | 140 | | ||
| [lib/data_ops/user_management.dart](/lib/data_ops/user_management.dart) | Dart | 43 | 0 | 9 | 52 | | ||
| [lib/main.dart](/lib/main.dart) | Dart | 90 | 1 | 6 | 97 | | ||
| [lib/models/customer.dart](/lib/models/customer.dart) | Dart | 16 | 0 | 2 | 18 | | ||
| [lib/models/job.dart](/lib/models/job.dart) | Dart | 24 | 0 | 2 | 26 | | ||
| [lib/models/part_service.dart](/lib/models/part_service.dart) | Dart | 18 | 0 | 2 | 20 | | ||
| [lib/models/vehicle.dart](/lib/models/vehicle.dart) | Dart | 14 | 0 | 2 | 16 | | ||
| [lib/pages/customer_display.dart](/lib/pages/customer_display.dart) | Dart | 254 | 3 | 7 | 264 | | ||
| [lib/pages/home.dart](/lib/pages/home.dart) | Dart | 182 | 4 | 12 | 198 | | ||
| [lib/pages/job_display.dart](/lib/pages/job_display.dart) | Dart | 444 | 6 | 11 | 461 | | ||
| [lib/pages/login.dart](/lib/pages/login.dart) | Dart | 191 | 6 | 19 | 216 | | ||
| [lib/pages/recent_jobs.dart](/lib/pages/recent_jobs.dart) | Dart | 198 | 3 | 8 | 209 | | ||
| [lib/pages/search_customer.dart](/lib/pages/search_customer.dart) | Dart | 154 | 3 | 8 | 165 | | ||
| [lib/pages/search_vehicle.dart](/lib/pages/search_vehicle.dart) | Dart | 139 | 3 | 7 | 149 | | ||
| [lib/pages/vehicle_display.dart](/lib/pages/vehicle_display.dart) | Dart | 225 | 0 | 6 | 231 | | ||
| [lib/widgets/dialogues/add_customer.dart](/lib/widgets/dialogues/add_customer.dart) | Dart | 214 | 1 | 11 | 226 | | ||
| [lib/widgets/dialogues/add_job.dart](/lib/widgets/dialogues/add_job.dart) | Dart | 226 | 1 | 15 | 242 | | ||
| [lib/widgets/dialogues/add_part_service.dart](/lib/widgets/dialogues/add_part_service.dart) | Dart | 334 | 1 | 14 | 349 | | ||
| [lib/widgets/dialogues/add_vehicle.dart](/lib/widgets/dialogues/add_vehicle.dart) | Dart | 211 | 1 | 12 | 224 | | ||
| [lib/widgets/dialogues/part_service_display.dart](/lib/widgets/dialogues/part_service_display.dart) | Dart | 69 | 0 | 5 | 74 | | ||
| [lib/widgets/dialogues/update_customer.dart](/lib/widgets/dialogues/update_customer.dart) | Dart | 229 | 1 | 15 | 245 | | ||
| [lib/widgets/dialogues/update_job.dart](/lib/widgets/dialogues/update_job.dart) | Dart | 453 | 5 | 21 | 479 | | ||
| [lib/widgets/dialogues/update_part_service.dart](/lib/widgets/dialogues/update_part_service.dart) | Dart | 371 | 1 | 17 | 389 | | ||
| [lib/widgets/dialogues/update_vehicle.dart](/lib/widgets/dialogues/update_vehicle.dart) | Dart | 230 | 1 | 14 | 245 | | ||
| [lib/widgets/tiles/customer_tile.dart](/lib/widgets/tiles/customer_tile.dart) | Dart | 70 | 0 | 5 | 75 | | ||
| [lib/widgets/tiles/job_tile.dart](/lib/widgets/tiles/job_tile.dart) | Dart | 98 | 2 | 7 | 107 | | ||
| [lib/widgets/tiles/part_service_tile.dart](/lib/widgets/tiles/part_service_tile.dart) | Dart | 109 | 0 | 5 | 114 | | ||
| [lib/widgets/tiles/vehicle_tile.dart](/lib/widgets/tiles/vehicle_tile.dart) | Dart | 83 | 0 | 4 | 87 | | ||
| [linux/flutter/generated_plugin_registrant.cc](/linux/flutter/generated_plugin_registrant.cc) | C++ | 3 | 4 | 5 | 12 | | ||
| [linux/flutter/generated_plugin_registrant.h](/linux/flutter/generated_plugin_registrant.h) | C++ | 5 | 5 | 6 | 16 | | ||
| [linux/main.cc](/linux/main.cc) | C++ | 5 | 0 | 2 | 7 | | ||
| [linux/my_application.cc](/linux/my_application.cc) | C++ | 74 | 11 | 20 | 105 | | ||
| [linux/my_application.h](/linux/my_application.h) | C++ | 7 | 7 | 5 | 19 | | ||
| [macos/Flutter/GeneratedPluginRegistrant.swift](/macos/Flutter/GeneratedPluginRegistrant.swift) | Swift | 6 | 3 | 4 | 13 | | ||
| [macos/Runner/AppDelegate.swift](/macos/Runner/AppDelegate.swift) | Swift | 8 | 0 | 2 | 10 | | ||
| [macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json](/macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json) | JSON | 68 | 0 | 1 | 69 | | ||
| [macos/Runner/Base.lproj/MainMenu.xib](/macos/Runner/Base.lproj/MainMenu.xib) | XML | 343 | 0 | 1 | 344 | | ||
| [macos/Runner/MainFlutterWindow.swift](/macos/Runner/MainFlutterWindow.swift) | Swift | 12 | 0 | 4 | 16 | | ||
| [pubspec.yaml](/pubspec.yaml) | YAML | 22 | 60 | 15 | 97 | | ||
| [test/widget_test.dart](/test/widget_test.dart) | Dart | 14 | 10 | 7 | 31 | | ||
| [web/index.html](/web/index.html) | HTML | 38 | 16 | 6 | 60 | | ||
| [web/manifest.json](/web/manifest.json) | JSON | 35 | 0 | 1 | 36 | | ||
| [windows/flutter/generated_plugin_registrant.cc](/windows/flutter/generated_plugin_registrant.cc) | C++ | 3 | 4 | 5 | 12 | | ||
| [windows/flutter/generated_plugin_registrant.h](/windows/flutter/generated_plugin_registrant.h) | C++ | 5 | 5 | 6 | 16 | | ||
| [windows/runner/flutter_window.cpp](/windows/runner/flutter_window.cpp) | C++ | 48 | 4 | 15 | 67 | | ||
| [windows/runner/flutter_window.h](/windows/runner/flutter_window.h) | C++ | 20 | 5 | 9 | 34 | | ||
| [windows/runner/main.cpp](/windows/runner/main.cpp) | C++ | 30 | 4 | 10 | 44 | | ||
| [windows/runner/resource.h](/windows/runner/resource.h) | C++ | 9 | 6 | 2 | 17 | | ||
| [windows/runner/utils.cpp](/windows/runner/utils.cpp) | C++ | 53 | 2 | 10 | 65 | | ||
| [windows/runner/utils.h](/windows/runner/utils.h) | C++ | 8 | 6 | 6 | 20 | | ||
| [windows/runner/win32_window.cpp](/windows/runner/win32_window.cpp) | C++ | 210 | 24 | 55 | 289 | | ||
| [windows/runner/win32_window.h](/windows/runner/win32_window.h) | C++ | 48 | 31 | 24 | 103 | | ||
|
||
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Diff Details | ||
|
||
Date : 2023-05-20 11:03:10 | ||
|
||
Directory /mnt/Storage Data/My Projects/car_workshop_app | ||
|
||
Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines | ||
|
||
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details | ||
|
||
## Files | ||
| filename | language | code | comment | blank | total | | ||
| :--- | :--- | ---: | ---: | ---: | ---: | | ||
|
||
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"filename", "language", "", "comment", "blank", "total" | ||
"Total", "-", , 0, 0, 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Diff Summary | ||
|
||
Date : 2023-05-20 11:03:10 | ||
|
||
Directory /mnt/Storage Data/My Projects/car_workshop_app | ||
|
||
Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines | ||
|
||
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md) | ||
|
||
## Languages | ||
| language | files | code | comment | blank | total | | ||
| :--- | ---: | ---: | ---: | ---: | ---: | | ||
|
||
## Directories | ||
| path | files | code | comment | blank | total | | ||
| :--- | ---: | ---: | ---: | ---: | ---: | | ||
|
||
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Date : 2023-05-20 11:03:10 | ||
Directory : /mnt/Storage Data/My Projects/car_workshop_app | ||
Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines | ||
|
||
Languages | ||
+----------+------------+------------+------------+------------+------------+ | ||
| language | files | code | comment | blank | total | | ||
+----------+------------+------------+------------+------------+------------+ | ||
+----------+------------+------------+------------+------------+------------+ | ||
|
||
Directories | ||
+------+------------+------------+------------+------------+------------+ | ||
| path | files | code | comment | blank | total | | ||
+------+------------+------------+------------+------------+------------+ | ||
+------+------------+------------+------------+------------+------------+ | ||
|
||
Files | ||
+----------+----------+------------+------------+------------+------------+ | ||
| filename | language | code | comment | blank | total | | ||
+----------+----------+------------+------------+------------+------------+ | ||
| Total | | 0 | 0 | 0 | 0 | | ||
+----------+----------+------------+------------+------------+------------+ |
Oops, something went wrong.