-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge development rework into dev (#4)
* wip * fix to work on macos for dev * (wip) virtual keyboard * (fix) revert theme changes * (fix) change label naming for error screens * (feat) fix regex for wifi on macos, add refresh * (etc) various changes * (fix) Files screen jumps back to top when changing directory. * (etc) Change placeholder values * (dev) Move development tests to seperate Debug entry in Settings * (feat) Add Print Error screen. * (feat) Add Brightness Control to colors. * (feat) Initial implementation of custom native onscreen keyboard --------- Co-authored-by: Ibrahim Mourade <mouradeibrahim@gmail.com>
- Loading branch information
1 parent
8af9cb0
commit d5f34ef
Showing
30 changed files
with
1,417 additions
and
440 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 |
---|---|---|
@@ -1,16 +1,3 @@ | ||
# orion | ||
|
||
A new Flutter project. | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
# Orion | ||
---------------------------------- | ||
Orion is the front-end user interface for mSLA printers that run our Odyssey print engine. |
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
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
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 |
---|---|---|
@@ -1,41 +1,48 @@ | ||
PODS: | ||
- Flutter (1.0.0) | ||
- package_info (0.0.1): | ||
- Flutter | ||
- path_provider_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- permission_handler_apple (9.1.1): | ||
- Flutter | ||
- shared_preferences_ios (0.0.1): | ||
- shared_preferences_foundation (0.0.1): | ||
- Flutter | ||
- FlutterMacOS | ||
- wifi_info_flutter (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- Flutter (from `Flutter`) | ||
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/ios`) | ||
- package_info (from `.symlinks/plugins/package_info/ios`) | ||
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) | ||
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) | ||
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`) | ||
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) | ||
- wifi_info_flutter (from `.symlinks/plugins/wifi_info_flutter/ios`) | ||
|
||
EXTERNAL SOURCES: | ||
Flutter: | ||
:path: Flutter | ||
package_info: | ||
:path: ".symlinks/plugins/package_info/ios" | ||
path_provider_foundation: | ||
:path: ".symlinks/plugins/path_provider_foundation/ios" | ||
:path: ".symlinks/plugins/path_provider_foundation/darwin" | ||
permission_handler_apple: | ||
:path: ".symlinks/plugins/permission_handler_apple/ios" | ||
shared_preferences_ios: | ||
:path: ".symlinks/plugins/shared_preferences_ios/ios" | ||
shared_preferences_foundation: | ||
:path: ".symlinks/plugins/shared_preferences_foundation/darwin" | ||
wifi_info_flutter: | ||
:path: ".symlinks/plugins/wifi_info_flutter/ios" | ||
|
||
SPEC CHECKSUMS: | ||
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 | ||
package_info: 873975fc26034f0b863a300ad47e7f1ac6c7ec62 | ||
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 | ||
permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6 | ||
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad | ||
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126 | ||
wifi_info_flutter: 55d4c2469034f5b5c38063ccefa62f708a503a2b | ||
|
||
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3 | ||
PODFILE CHECKSUM: 5a367937f10bf0c459576e5e472a1159ee029c13 | ||
|
||
COCOAPODS: 1.14.2 | ||
COCOAPODS: 1.14.3 |
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
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
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
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
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
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
Oops, something went wrong.