Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chooyan-eng committed Mar 4, 2024
1 parent a9e5889 commit bd151ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,15 +1,15 @@
# Build Dynamic Slide Decks with Flutter

This presentation introduces how building slide decks with Flutter is valuable and how powerful `flutter_deck` is for achieving this.
This presentation introduces how building slide decks with Flutter is valuable and how powerful [flutter_deck](https://pub.dev/packages/flutter_deck/versions/0.12.2) is for achieving this.

The slide deck is available on https://chooyan-eng.github.io/flutter_night_2_slide in both English / Japanese (original presentation was made in Japanese).

If you want to run locally, just

```sh
git clone git@github.com:chooyan-eng/slide_decks_with_flutter.git
cd slide_decks_with_flutter
flutter pub get
flutter run
$ git clone git@github.com:chooyan-eng/slide_decks_with_flutter.git
$ cd slide_decks_with_flutter
$ flutter pub get
$ flutter run
```

0 comments on commit bd151ff

Please sign in to comment.