From 70a8e136d157ce2b8d7a82f0577154391fd7c314 Mon Sep 17 00:00:00 2001 From: David Peters <46222898+peterscodee@users.noreply.github.com> Date: Thu, 27 Aug 2020 11:47:06 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f16bf05..c557bfd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Pub](https://img.shields.io/pub/v/miniplayer?color=2196F3)](https://pub.dev/packages/miniplayer) -A lightweight flutter package to simplify the creation of a miniplayer by providing a builder function with the current height and percentage progress. The widget responds to tap and drag gestures and is highly customizable. +A **lightweight** flutter package to simplify the creation of a miniplayer by providing a builder function with the current height and percentage progress. The widget responds to tap and drag gestures and is highly customizable. ## Demo @@ -19,7 +19,7 @@ Miniplayer( }, ), ``` -#### Default usage +#### Usage without BottomNavigationBar ```dart import 'package:flutter/material.dart'; @@ -60,6 +60,4 @@ class MyApp extends StatelessWidget { #### Usage with BottomNavigationBar -``` -Example coming soon! -``` +[See example](example/miniplayer_with_bottomnav/lib/main.dart)