Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.sortgame
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.sortgame
Commits
ccd1b18a
Commit
ccd1b18a
authored
2 years ago
by
Benoît Harrault
Browse files
Options
Downloads
Plain Diff
Merge branch '8-upgrade-flutter-framework-and-dependencies' into 'master'
Resolve "Upgrade Flutter framework and dependencies" Closes
#8
See merge request
!8
parents
4f7f015d
62c6514b
No related branches found
No related tags found
1 merge request
!8
Resolve "Upgrade Flutter framework and dependencies"
Pipeline
#2963
passed
2 years ago
Stage: update
Stage: build-debug
Changes
4
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
android/gradle.properties
+2
-2
2 additions, 2 deletions
android/gradle.properties
lib/screens/home.dart
+2
-1
2 additions, 1 deletion
lib/screens/home.dart
pubspec.lock
+9
-16
9 additions, 16 deletions
pubspec.lock
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
14 additions
and
20 deletions
android/gradle.properties
+
2
−
2
View file @
ccd1b18a
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
app.versionName
=
0.0.
6
app.versionCode
=
6
app.versionName
=
0.0.
7
app.versionCode
=
7
This diff is collapsed.
Click to expand it.
lib/screens/home.dart
+
2
−
1
View file @
ccd1b18a
...
...
@@ -34,7 +34,7 @@ class Home extends StatelessWidget {
width:
4
,
),
),
child:
Fla
tButton
(
child:
Tex
tButton
(
child:
Text
(
'🎲'
,
textAlign:
TextAlign
.
center
,
...
...
@@ -44,6 +44,7 @@ class Home extends StatelessWidget {
color:
Colors
.
black
,
),
),
onPressed:
()
=
>
print
(
'X'
),
),
),
],
...
...
This diff is collapsed.
Click to expand it.
pubspec.lock
+
9
−
16
View file @
ccd1b18a
...
...
@@ -42,14 +42,14 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.1
5
.0"
version: "1.1
6
.0"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.
2
.0"
version: "1.
3
.0"
flutter:
dependency: "direct main"
description: flutter
...
...
@@ -73,7 +73,7 @@ packages:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.
3
"
version: "0.1.
4
"
meta:
dependency: transitive
description:
...
...
@@ -94,14 +94,14 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.
0
"
version: "1.8.
1
"
provider:
dependency: "direct main"
description:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.
2
"
version: "6.0.
3
"
sky_engine:
dependency: transitive
description: flutter
...
...
@@ -113,7 +113,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.
1
"
version: "1.8.
2
"
stack_trace:
dependency: transitive
description:
...
...
@@ -148,21 +148,14 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.8"
typed_data:
dependency: transitive
description:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "0.4.9"
vector_math:
dependency: transitive
description:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.
1
"
version: "2.1.
2
"
sdks:
dart: ">=2.1
4.
0 <3.0.0"
dart: ">=2.1
7.0-
0 <3.0.0"
flutter: ">=1.16.0"
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
ccd1b18a
...
...
@@ -4,7 +4,7 @@ publish_to: 'none'
version
:
1.0.0+1
environment
:
sdk
:
"
>=2.
7.0
<3.0.0"
sdk
:
"
>=2.
16.1
<3.0.0"
dependencies
:
flutter
:
...
...
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