Skip to content

Commit

Permalink
Minor updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Jan 19, 2025
1 parent 2270802 commit 27e18f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tide_kit/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 by Larry Aasen.
Tide Kit - Copyright (c) 2025 by Larry Aasen.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion packages/tide_kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tide Kit is a toolkit for building IDE and studio like apps on all platforms usi

# Build tools faster

Using Tide Kit will make building cross platform IDE and studio desktop faster by utilizing a common set of pre-built widgets and services. It is ideal for desktop and web apps, but will also run on mobile.
Using Tide Kit will make building cross platform IDE and studio desktop tools faster by utilizing a common set of pre-built widgets and services. It is ideal for desktop and web apps, but will also run on mobile.

The UI includes a window widget and a workbench widget that can be used in any Flutter application just like any other Widget.

Expand Down
2 changes: 1 addition & 1 deletion packages/tide_kit/example2/lib/spotify_tide_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ class SpotifyService {
Tide.log('SpotifyService.initialize');

const clientId = 'd7c4ce7c172041b8b63ef73e2afe9e3e';
const clientSecret = 'cce6f1b7c3e7408f96478aade2fb050c';
const clientSecret = 'tbd';
final credentials = spotify.SpotifyApiCredentials(clientId, clientSecret);
_spotify = spotify.SpotifyApi(credentials);
}
Expand Down

0 comments on commit 27e18f5

Please sign in to comment.