Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.random
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
android
org.benoitharrault.random
Commits
1676b17a
Commit
1676b17a
authored
4 months ago
by
Benoît Harrault
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade framework and dependencies
parent
cdea3fdb
No related branches found
No related tags found
1 merge request
!92
Resolve "Upgrade framework and dependencies"
Pipeline
#7269
passed
4 months ago
Stage: build-debug
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pubspec.lock
+18
-18
18 additions, 18 deletions
pubspec.lock
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
19 additions
and
19 deletions
pubspec.lock
+
18
−
18
View file @
1676b17a
...
...
@@ -53,10 +53,10 @@ packages:
dependency: transitive
description:
name: camera_avfoundation
sha256: "
0d04cec8715b59fb6dc60eefb47e69024f51233c570e475b886dc9290568bca7
"
sha256: "
2e4c568f70e406ccb87376bc06b53d2f5bebaab71e2fbcc1a950e31449381bcf
"
url: "https://pub.dev"
source: hosted
version: "0.9.17+
4
"
version: "0.9.17+
5
"
camera_platform_interface:
dependency: transitive
description:
...
...
@@ -149,10 +149,10 @@ packages:
dependency: transitive
description:
name: equatable
sha256:
c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
sha256:
"567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
url: "https://pub.dev"
source: hosted
version: "2.0.
5
"
version: "2.0.
7
"
ffi:
dependency: transitive
description:
...
...
@@ -293,10 +293,10 @@ packages:
dependency: transitive
description:
name: package_info_plus
sha256: d
f3eb3e0aed5c1107bb0fdb80a8e82e778114958b1c5ac5644fb1ac9cae8a998
sha256: d
a8d9ac8c4b1df253d1a328b7bf01ae77ef132833479ab40763334db13b91cce
url: "https://pub.dev"
source: hosted
version: "8.1.
0
"
version: "8.1.
1
"
package_info_plus_platform_interface:
dependency: transitive
description:
...
...
@@ -325,18 +325,18 @@ packages:
dependency: transitive
description:
name: path_provider_android
sha256:
c464428172cb986b758c6d1724c603097febb8fb855aa265aeecc9280c294d4a
sha256:
"4adf4fd5423ec60a29506c76581bc05854c55e3a0b72d35bb28d661c9686edf2"
url: "https://pub.dev"
source: hosted
version: "2.2.1
2
"
version: "2.2.1
5
"
path_provider_foundation:
dependency: transitive
description:
name: path_provider_foundation
sha256:
f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16
sha256:
"4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942"
url: "https://pub.dev"
source: hosted
version: "2.4.
0
"
version: "2.4.
1
"
path_provider_linux:
dependency: transitive
description:
...
...
@@ -389,18 +389,18 @@ packages:
dependency: transitive
description:
name: shared_preferences
sha256: "
746e5369a43170c25816cc472ee016d3a66bc13fcf430c0bc41ad7b4b2922051
"
sha256: "
95f9997ca1fb9799d494d0cb2a780fd7be075818d59f00c43832ed112b158a82
"
url: "https://pub.dev"
source: hosted
version: "2.3.
2
"
version: "2.3.
3
"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
sha256: "
3b9febd815c9ca29c9e3520d50ec32f49157711e143b7a4ca039eb87e8ade5ab
"
sha256: "
7f172d1b06de5da47b6264c2692ee2ead20bbbc246690427cdb4fc301cd0c549
"
url: "https://pub.dev"
source: hosted
version: "2.3.
3
"
version: "2.3.
4
"
shared_preferences_foundation:
dependency: transitive
description:
...
...
@@ -450,10 +450,10 @@ packages:
dependency: transitive
description:
name: source_span
sha256: "
53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3
c"
sha256: "
254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7
c"
url: "https://pub.dev"
source: hosted
version: "1.10.
0
"
version: "1.10.
1
"
stream_transform:
dependency: transitive
description:
...
...
@@ -522,10 +522,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "
10169d3934549017f0ae278ccb07f828f9d6ea21573bab0fb77b0e1ef0fce454
"
sha256: "
8b338d4486ab3fbc0ba0db9f9b4f5239b6697fcee427939a40e720cbb9ee0a69
"
url: "https://pub.dev"
source: hosted
version: "5.
7.2
"
version: "5.
9.0
"
xdg_directories:
dependency: transitive
description:
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
1676b17a
...
...
@@ -3,7 +3,7 @@ description: A random application, for testing purpose only.
publish_to
:
"
none"
version
:
1.
5
.0+7
5
version
:
1.
6
.0+7
6
environment
:
sdk
:
"
^3.0.0"
...
...
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