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 the database with the following command from the root directory:
dart run build_runner build
- To build the app for iOS, run
flutter build ios -t lib/app/main.dart
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
.