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
8ff2c3d0
Commit
8ff2c3d0
authored
4 years ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
Retrograde audioplayers for android < v5; Lower starting sound; Go to Sentry 5.0
parent
d6586422
No related branches found
No related tags found
1 merge request
!14
Bug fixes again
Pipeline
#11786
failed
4 years ago
Stage: format
Stage: build_and_test
Stage: quality
Stage: package
Changes
4
Pipelines
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
lib/main.dart
+2
-2
2 additions, 2 deletions
lib/main.dart
native/dubp_rs/Cargo.toml
+1
-1
1 addition, 1 deletion
native/dubp_rs/Cargo.toml
pubspec.lock
+45
-3
45 additions, 3 deletions
pubspec.lock
pubspec.yaml
+4
-4
4 additions, 4 deletions
pubspec.yaml
with
52 additions
and
10 deletions
lib/main.dart
+
2
−
2
View file @
8ff2c3d0
...
...
@@ -54,9 +54,9 @@ Future<void> main() async {
endPointGVA
=
await
_homeProvider
.
getValidEndpoint
();
if
(
endPointGVA
==
'HS'
)
{
_homeProvider
.
playSound
(
'faché'
,
0.
7
);
_homeProvider
.
playSound
(
'faché'
,
0.
8
);
}
else
{
_homeProvider
.
playSound
(
'start'
,
0.
5
);
_homeProvider
.
playSound
(
'start'
,
0.
2
);
}
if
(
kReleaseMode
&&
enableSentry
)
{
...
...
This diff is collapsed.
Click to expand it.
native/dubp_rs/Cargo.toml
+
1
−
1
View file @
8ff2c3d0
...
...
@@ -7,7 +7,7 @@ edition = "2018"
[lib]
name
=
"dubp_rs"
crate-type
=
[
"
r
lib"
]
crate-type
=
[
"
cdy
lib"
]
[dependencies]
allo-isolate
=
"0.1.6"
...
...
This diff is collapsed.
Click to expand it.
pubspec.lock
+
45
−
3
View file @
8ff2c3d0
...
...
@@ -28,7 +28,7 @@ packages:
name: audioplayers
url: "https://pub.dartlang.org"
source: hosted
version: "0.18.
3
"
version: "0.18.
0
"
barcode:
dependency: transitive
description:
...
...
@@ -387,6 +387,48 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3+2"
package_info_plus:
dependency: transitive
description:
name: package_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
package_info_plus_linux:
dependency: transitive
description:
name: package_info_plus_linux
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
package_info_plus_macos:
dependency: transitive
description:
name: package_info_plus_macos
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
package_info_plus_platform_interface:
dependency: transitive
description:
name: package_info_plus_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
package_info_plus_web:
dependency: transitive
description:
name: package_info_plus_web
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
package_info_plus_windows:
dependency: transitive
description:
name: package_info_plus_windows
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
path:
dependency: transitive
description:
...
...
@@ -561,14 +603,14 @@ packages:
name: sentry
url: "https://pub.dartlang.org"
source: hosted
version: "
4.1.0-nullsafety
.0"
version: "
5.0
.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "
4
.0.
4
"
version: "
5
.0.
0
"
shared_preferences:
dependency: "direct main"
description:
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
4
−
4
View file @
8ff2c3d0
...
...
@@ -5,7 +5,7 @@ description: Pay with G1.
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to
:
'
none'
# Remove this line if you wish to publish to pub.dev
version
:
0.0.2+
4
version
:
0.0.2+
5
environment
:
sdk
:
"
>=2.7.0
<3.0.0"
...
...
@@ -39,14 +39,14 @@ dependencies:
fast_base58
:
logger
:
^1.0.0
flutter_logs
:
^2.1.3
sentry
:
^
4
.0.
4
sentry_flutter
:
^
4
.0.
4
sentry
:
^
5
.0.
0
sentry_flutter
:
^
5
.0.
0
bubble
:
^1.1.9+1
flutter_svg
:
^0.20.0-nullsafety
responsive_framework
:
^0.0.14
responsive_builder
:
^0.3.0
jdenticon_dart
:
^2.0.0
audioplayers
:
^
0.18.
3
audioplayers
:
0.18.
0
flutter_icons
:
android
:
"
ic_launcher"
...
...
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