Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JeuDeTaquin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benjamin LEROUX
JeuDeTaquin
Commits
57ed13d1
Commit
57ed13d1
authored
4 years ago
by
Benjamin LEROUX
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup commit
parent
b6fbe723
master
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
exo2.dart
lib/exo2.dart
+0
-9
exo6.dart
lib/exo6.dart
+0
-3
No files found.
lib/exo2.dart
View file @
57ed13d1
...
...
@@ -99,12 +99,3 @@ class _Exo2State extends State<Exo2> {
);
}
}
/*
Transform(transform: Matrix4.rotationX(_currentSliderValueX *(pi/10))
..rotateZ(_currentSliderValueZ *(pi/10))
..scale(_currentSliderValueScale/100),
origin: Offset.zero,
child: Center(child: Image.network('https://picsum.photos/512/1024'))
),
*/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lib/exo6.dart
View file @
57ed13d1
...
...
@@ -131,9 +131,6 @@ class PositionedTilesState extends State<PositionedTiles> {
if
(
current
==
empty
+
1
&&
current
%
_currentSlideValue
!=
0
){
emptyIndex
=
current
;
tiles
.
insert
(
empty
,
tiles
.
removeAt
(
current
));
// tiles[empty].isUsable=true;
// tiles[empty+2].isUsable=true;
// tiles[empty+_currentSlideValue.toInt()+1].isUsable=true;
}
else
if
(
current
==
empty
-
1
&&
empty
%
_currentSlideValue
!=
0
){
emptyIndex
=
current
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment