v2.0.7rflutter_alert
RFlutter Alert 是一個超級可自訂且易於使用的 Flutter 提示/彈出對話方塊。您可輕鬆建立可重複使用的提示樣式,或隨意新增任意數量的按鈕。
經典井字棋遊戲(也稱為圈圈叉叉)使用 Flutter 開發,並整合了 Spotify,讓您在遊戲時放鬆心靈。
{"sdk":"flutter"}^1.0.2^1.0.3+2^1.0.3^0.22.0^2.1.0{"sdk":"flutter"}以下為英文專案原文快照,最新內容請造訪 GitHub。
The classic Tic Tac Toe game with Flutter Services and Spotify API integration to listen to music while playing.
The rough breakdown of the current state of the game will consist of Game Logic, I/O and Spotify. The game logic consists of detecting taps of the user (selection of a cell from the grid) and Computer choosing his next move based on current state of the grid. The I/O includes mostly interaction of Touch Inputs given by the user and user given being the Independent choice of playing as 'X' or 'O'. The Spotify API gets autherization from the user to access spotify and plays a given playlist feed into the code.
I couldn't find myself a way to access the user's private playlists, so now it just plays the public playlists of spotify.
Further down the line, I would love to find a way to access user's private data and play playlists of his/her choice. The plan is to improve the Computer's algorithm to give a tough fight to the user and also add a highscore and multiplayer features.
Currently Only Spotify Andriod Sdk has been integrated, so it will only play music in only Andriod for now.