Skip to content

Commit

Permalink
flutter import
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzieschmoll committed Nov 1, 2023
1 parent 18b54b8 commit 1502c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools_extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ devtools_extensions: ^0.0.9
In `lib/main.dart`, place a `DevToolsExtension` widget at the root of your app:
```dart
import 'package:devtools_extensions/devtools_extensions.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const FooDevToolsExtension());
Expand Down

0 comments on commit 1502c1e

Please sign in to comment.