Update README.md

This commit is contained in:
David Peters 2020-09-23 10:30:13 +02:00 committed by GitHub
parent 198bd9ffce
commit 2a77deda7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ Miniplayer(
onDismiss: () {
//If onDismiss is set,
//the miniplayer can be dismissed
//Handle onDismissed here e.g.
//Handle onDismissed here
},
),
</pre>
@ -85,6 +85,6 @@ class MyApp extends StatelessWidget {
}
```
#### Usage with BottomNavigationBar
### Usage with BottomNavigationBar
[See example](https://pub.dev/packages/miniplayer/example)