From 106d6a9814bc803bcf518b147a85facd273b76f1 Mon Sep 17 00:00:00 2001 From: Ali Ghahremani Date: Fri, 10 Mar 2023 16:53:22 +0330 Subject: [PATCH] readme: add installation and import --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 476ddef..a1c2d4d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ Telescope tries to be: 2. No setState() needed. 5. Performance (just rebuild widgets that need to rebuild). +### Installation +```bash +flutter pub add telescope +``` + +### Import: +```dart +import 'package:telescope/telescope.dart'; +``` # How to use In 3 easy steps. @@ -137,4 +146,5 @@ This method also can use in TelescopeList in same way. # Examples Checkout telescope/examples -# License GPL3 \ No newline at end of file +# License +GPL version 3 \ No newline at end of file