adding updated camera with changes merged in from my PR

This commit is contained in:
lucas.oskorep
2023-07-09 14:47:05 -04:00
parent c92e504d90
commit 2af50c8ce0
3 changed files with 18 additions and 42 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ linter:
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
avoid_print: true # Uncomment to disable the `avoid_print` rule
# avoid_print: true # Uncomment to disable the `avoid_print` rule
prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
# Additional information about this file can be found at