Skip to content

Commit

Permalink
edited readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piperstackist committed Jun 29, 2020
1 parent 040ced9 commit 574a71c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
[GitHub](https://github.com/samuelezedi/flutter_clipboard)


## Usage

Basic:
## Usage Basic:

```dart
import 'package:clipboard/clipboard.dart';
Expand All @@ -22,7 +20,7 @@ import 'package:clipboard/clipboard.dart';
FlutterClipboard.copy('hello flutter friends').then(( value ) => print('copied'));
```

### To Paste from clipboard whats copied anywhere in your phone
### To Paste from clipboard what's copied anywhere in your phone

```dart
FlutterClipboard.paste().then((value) {
Expand Down

0 comments on commit 574a71c

Please sign in to comment.