Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Ğecko
Commits
504d40ab
Commit
504d40ab
authored
3 months ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
update deps
parent
50725012
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/screens/qrcode_fullscreen.dart
+2
-2
2 additions, 2 deletions
lib/screens/qrcode_fullscreen.dart
pubspec.lock
+108
-108
108 additions, 108 deletions
pubspec.lock
pubspec.yaml
+21
-21
21 additions, 21 deletions
pubspec.yaml
with
131 additions
and
131 deletions
lib/screens/qrcode_fullscreen.dart
+
2
−
2
View file @
504d40ab
...
...
@@ -22,7 +22,7 @@ class _QrCodeFullscreenState extends State<QrCodeFullscreen> {
Future
<
void
>
setBrightness
(
double
brightness
)
async
{
try
{
await
ScreenBrightness
()
.
setScreenBrightness
(
brightness
);
await
ScreenBrightness
()
.
set
Application
ScreenBrightness
(
brightness
);
}
catch
(
e
)
{
log
.
e
(
e
.
toString
());
throw
'Failed to set brightness'
;
...
...
@@ -31,7 +31,7 @@ class _QrCodeFullscreenState extends State<QrCodeFullscreen> {
Future
<
void
>
resetBrightness
()
async
{
try
{
await
ScreenBrightness
()
.
resetScreenBrightness
();
await
ScreenBrightness
()
.
reset
Application
ScreenBrightness
();
}
catch
(
e
)
{
log
.
e
(
e
.
toString
());
throw
'Failed to reset brightness'
;
...
...
This diff is collapsed.
Click to expand it.
pubspec.lock
+
108
−
108
View file @
504d40ab
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
21
−
21
View file @
504d40ab
...
...
@@ -12,26 +12,26 @@ dependencies:
sdk
:
flutter
bubble
:
^1.2.1
carousel_slider
:
^5.0.0
graphql_flutter
:
^5.2.0-beta.
6
graphql_flutter
:
^5.2.0-beta.
7
hive_flutter
:
^1.1.0
image_picker
:
^1.1.
0
image_picker
:
^1.1.
2
jdenticon_dart
:
^2.0.0
logger
:
^2.
2
.0
path_provider
:
^2.1.
3
pdf
:
^3.1
0.8
logger
:
^2.
5
.0
path_provider
:
^2.1.
5
pdf
:
^3.1
1.1
permission_handler
:
^11.3.1
pin_code_fields
:
^8.0.1
printing
:
^5.1
2.0
printing
:
^5.1
3.4
provider
:
^6.1.2
barcode_scan2
:
^4.3.3
qr_flutter
:
^4.1.0
responsive_framework
:
^1.
4.0
sentry_flutter
:
^8.
2.0
responsive_framework
:
^1.
5.1
sentry_flutter
:
^8.
10.1
truncate
:
^3.0.1
unorm_dart
:
^0.3.0
dio
:
^5.
4.3+1
dio
:
^5.
7.0
durt
:
^0.1.9
package_info_plus
:
^8.
0.2
package_info_plus
:
^8.
1.1
polkawallet_sdk
:
#^0.5.2
# path: ../substrate_sdk
git
:
...
...
@@ -41,22 +41,22 @@ dependencies:
# # ref: gecko-fixes-4
ref
:
04ebfd0af1781d336126498534e3b656355d5927
dots_indicator
:
^3.0.0
connectivity_plus
:
^6.
0.5
connectivity_plus
:
^6.
1.0
image_cropper
:
^8.0.2
easy_localization
:
^3.0.
5
flutter_markdown
:
^0.7.
1
pointycastle
:
^3.9.
0
easy_localization
:
^3.0.
7
flutter_markdown
:
^0.7.
4+3
pointycastle
:
^3.9.
1
hex
:
^0.2.0
accordion
:
^2.6.0
flutter_svg
:
^2.0.1
0+1
flutter_svg
:
^2.0.1
6
pinenacl
:
^0.6.0
fast_base58
:
^0.2.1
tutorial_coach_mark
:
^1.2.1
1
tutorial_coach_mark
:
^1.2.1
2
confetti
:
^0.8.0
url_launcher
:
^6.
2.6
crypto
:
^3.0.
3
screen_brightness
:
^
1
.0.
1
uuid
:
^4.
4.0
url_launcher
:
^6.
3.1
crypto
:
^3.0.
6
screen_brightness
:
^
2
.0.
0+2
uuid
:
^4.
5.1
fade_and_translate
:
^0.1.3
# durt2:
# path: ../../durt2
...
...
@@ -68,7 +68,7 @@ dependency_overrides:
dev_dependencies
:
icons_launcher
:
^3.0.0
build_runner
:
^2.4.
9
build_runner
:
^2.4.
13
hive_generator
:
^2.0.1
flutter_lints
:
^5.0.0
flutter_test
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment