Skip to content

Commit

Permalink
Add import for documentation completion. (mogol#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
charleshan authored and danielwii committed Mar 25, 2020
1 parent 8355b51 commit 1625acf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ A Flutter plugin to store data in secure storage:

## Getting Started
```dart
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
// Create storage
final storage = new FlutterSecureStorage();
Expand Down Expand Up @@ -52,4 +54,4 @@ You need to
Run the following command from `example` directory
```
flutter drive --target=test_driver/app.dart
```
```

0 comments on commit 1625acf

Please sign in to comment.