Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,4 @@ An example Flutter project to run panache.

## Getting Started

Before running panache on devtool extensions, you should execute below commands

```txt
$ cd /path/to/root/of/this/repository
$ fvm dart run devtools_extensions build_and_copy --source=. --dest=./example/extension/devtools
$ cd example
$ fvm flutter run
```
See [Getting Started](/example/example.md) on example.md.
11 changes: 11 additions & 0 deletions example/example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Getting Started

Before running panache on devtool extensions, you should execute below commands.
Since this extension is standalone, `import 'package:panache/panache.dart';` statement is not necessary.

```txt
$ cd /path/to/root/of/this/repository
$ fvm dart run devtools_extensions build_and_copy --source=. --dest=./example/extension/devtools
$ cd example
$ fvm flutter run
```