Skip to content

Commit

Permalink
add Developer.flutter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Mar 19, 2024
1 parent c2bbdd8 commit 63085cf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions DEVELOPER.flutter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# For developer


## for ios

```
cd ./flutter/nativebrik_bridge/example
flutter build ios --no-codesign
open ios/Runner.xcworkspace
flutter run
```

## for android

```
cd ./flutter/nativebrik_bridge/example
open -a Android\ Studio android ./android
```

0 comments on commit 63085cf

Please sign in to comment.