Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ambient
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
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
Daniel Furaev
Ambient
Commits
ef647aee
Commit
ef647aee
authored
2 years ago
by
MagicalSpyto
Browse files
Options
Downloads
Patches
Plain Diff
puh genre zuordnung funxt
parent
3af0a0b5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/local.properties
+2
-2
2 additions, 2 deletions
android/local.properties
lib/moodpage.dart
+1
-1
1 addition, 1 deletion
lib/moodpage.dart
with
3 additions
and
3 deletions
android/local.properties
+
2
−
2
View file @
ef647aee
sdk.dir
=
/Users/
Erik/Library
/Android/
s
dk
sdk.dir
=
C:
/Users/
edust/AppData/Local
/Android/
S
dk
flutter.sdk
=
/opt/homebrew/Caskroom/flutter/3.3.9/
flutter
flutter.sdk
=
C:
\\
Users
\\
edust
\\
Desktop
\\
uni
\\
Mobile computing
\\
Project
\\
flutter_windows_3.3.9-stable
\\
flutter
flutter.buildMode
=
debug
flutter.buildMode
=
debug
flutter.versionName
=
1.0.0
flutter.versionName
=
1.0.0
flutter.versionCode
=
1
flutter.versionCode
=
1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lib/moodpage.dart
+
1
−
1
View file @
ef647aee
...
@@ -77,7 +77,7 @@ class MoodPage extends State<StateMoodPage> {
...
@@ -77,7 +77,7 @@ class MoodPage extends State<StateMoodPage> {
_changeMusic
()
async
{
_changeMusic
()
async
{
Spotify
spotify
=
Spotify
();
Spotify
spotify
=
Spotify
();
//code zum musik ändern
//code zum musik ändern
String
hexcode
=
selectedMood
.
red
.
toRadixString
(
16
)
+
selectedMood
.
green
.
toRadixString
(
16
)
+
selectedMood
.
blue
.
toRadixString
(
16
);
String
hexcode
=
selectedMood
.
red
.
toRadixString
(
16
)
.
padLeft
(
2
,
"0"
)
.
toUpperCase
()
+
selectedMood
.
green
.
toRadixString
(
16
)
.
padLeft
(
2
,
"0"
)
.
toUpperCase
()
+
selectedMood
.
blue
.
toRadixString
(
16
)
.
padLeft
(
2
,
"0"
)
.
toUpperCase
()
;
print
(
hexcode
);
print
(
hexcode
);
String
genre
=
await
changeFirebase
()
.
getGenreByHex
(
hexcode
);
String
genre
=
await
changeFirebase
()
.
getGenreByHex
(
hexcode
);
print
(
"genre = "
+
genre
);
print
(
"genre = "
+
genre
);
...
...
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