Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.colors
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.colors
Commits
aabe7104
Commit
aabe7104
authored
2 years ago
by
Benoît Harrault
Browse files
Options
Downloads
Plain Diff
Merge branch '29-remove-border-on-same-colored-adjacent-cells' into 'master'
Resolve "Remove border on same colored adjacent cells" Closes
#29
See merge request
!26
parents
26bf577e
87aa0814
No related branches found
No related tags found
1 merge request
!26
Resolve "Remove border on same colored adjacent cells"
Pipeline
#3810
passed
2 years ago
Stage: update
Stage: build-debug
Changes
81
Pipelines
4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/provider/data.dart
+4
-0
4 additions, 0 deletions
lib/provider/data.dart
with
4 additions
and
0 deletions
lib/provider/data.dart
+
4
−
0
View file @
aabe7104
...
...
@@ -240,6 +240,10 @@ class Data extends ChangeNotifier {
return
_cells
[
0
][
0
]
.
value
;
}
int
getCellValue
(
int
col
,
int
row
)
{
return
_cells
[
row
][
col
]
.
value
;
}
int
get
movesCount
=
>
_movesCount
;
void
updateMovesCount
(
int
movesCount
)
{
_movesCount
=
movesCount
;
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
Next
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