From e1bef9b40fa04b8ca00313eefa679fcbd6a43d78 Mon Sep 17 00:00:00 2001 From: David Peters <46222898+peterscodee@users.noreply.github.com> Date: Tue, 6 Oct 2020 17:28:51 +0200 Subject: [PATCH] Add roadmap --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 31cc47e..dd97b4c 100644 --- a/README.md +++ b/README.md @@ -119,3 +119,8 @@ class MyApp extends StatelessWidget { ## Second method (Advanced) [See example](https://pub.dev/packages/miniplayer/example) + +## Roadmap +- [ ] Add a controller to be able to set positions programmatic +- [ ] Add an option to handle horizontal gestures as well (like Spotify does) +- [ ] Rewrite the API for onDismiss (breaking change)