Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.09 KB

moodtag

Moodtag is a personal music library allowing you to import your most played artists from Spotify or Last.fm and assigning tags to organize and rediscover them.

Build

  1. Build the database with the following command from the root directory:

dart run build_runner build

  1. To build the app for iOS, run

flutter build ios -t lib/app/main.dart

License

This project is licensed under the Apache License, Version 2.0. You may not use this project except in compliance with the License. You may obtain a copy of the License at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Some source files in this project contain a shortened copyright notice for brevity. The full license text and terms are provided in the LICENSE file and in main.dart.