-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,27 @@ | ||
# trax | ||
|
||
A new Flutter project. | ||
macOS Music management application written in Flutter. | ||
|
||
- Apple Music like UI | ||
- Browse local music files | ||
- Import new files into libraruy (MP3, FLAC, M4A) | ||
- Edit audio tags (including artwork and lyrics) | ||
- Audio format conversion | ||
- Local audio playback | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
<img src="doc/home.jpg" height=256> | ||
<img src="doc/album.jpg" height=256> | ||
|
||
## Getting Started | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
``` | ||
flutter pub get | ||
flutter run macos | ||
``` | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
You can deploy to your `Applications` folder using | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
``` | ||
make deploy | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.