Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lksmasin committed Jan 3, 2025
1 parent 60c7d72 commit 035bba6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
android/** linguist-vendored
ios/** linguist-vendored
web/** linguist-vendored
linux/** linguist-vendored
macos/** linguist-vendored
windows/** linguist-vendored
docs/** linguist-vendored
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
App that shows stats from Spotify using their API

# The application is in fresh development and contains bugs, stable versions will be in releases on GH.
## At the moment you can find test versions WHICH ARE NOT INTENDED FOR USE on [my google drive](https://drive.google.com/drive/folders/1S4TqqdVXbb2UNlKy6ZhLlanS9BCuAbQB?usp=sharing) ⚠️
## At the moment you can find test versions for android WHICH ARE NOT INTENDED FOR USE on [my google drive](https://drive.google.com/drive/folders/1S4TqqdVXbb2UNlKy6ZhLlanS9BCuAbQB?usp=sharing), or you can use the [web version](https://lksmasin.github.io/trackifly/) which is built from the gh-pages branch. ⚠️


## Installation
Expand Down
2 changes: 0 additions & 2 deletions lib/api_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import 'package:flutter_web_auth_2/flutter_web_auth_2.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:trackifly/main.dart';
import 'package:flutter/foundation.dart' as Foundation;
import 'package:shared_preferences/shared_preferences.dart';


class ApiService {
static String get clientSecret =>
Expand Down
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ flutter:


assets:
# ENV Only for local developing
# When commiting to GitHub line below have to be comented for GH Actions web build
#- .env
- assets/icon/icon.png
- assets/icon/icon_background.png
Expand Down

0 comments on commit 035bba6

Please sign in to comment.