Open Issues Need Help
View All on GitHubAI Summary: Change the application ID of the Flutter Repertoire app from 'com.example.repertoir' to a new, unique ID suitable for app store submission. This may involve significant code refactoring and potential backward compatibility issues depending on the chosen approach.
A nice flutter based app to help keep track of pieces and songs you have learnt!
AI Summary: Implement an editable field for renaming media items within the Repertoire app. Currently, media items display their type (e.g., 'PDF', 'Audio') as their title. This task requires modifying the UI to allow users to change these titles to custom names, updating the data model to store these custom names, and ensuring data persistence.
A nice flutter based app to help keep track of pieces and songs you have learnt!
AI Summary: Implement drag-and-drop reordering functionality for media items (PDFs, notes, images, audio, video) within the 'Edit Piece' screen of the Repertoire Flutter app. This involves adding visual drag handles to each media item and updating the underlying data structure to reflect the new order.
A nice flutter based app to help keep track of pieces and songs you have learnt!