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 293950b commit a9e5889
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions README.md
@@ -1,3 +1,15 @@
# flutter_night_2
# 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.

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
```

A new Flutter project.
2 changes: 1 addition & 1 deletion lib/l10n/app_en.arb
Expand Up @@ -7,7 +7,7 @@
"occupation": "Freelance Flutter App Developer",
"imageFile": "me_photo.jpeg",
"social": "@tsuyoshi_chujo",
"slideTitle": "Build Dynamic Slides with Flutter",
"slideTitle": "Build Dynamic Slide Decks with Flutter",
"slideSubTitle": "02.29.2024 @Flutter Night #2",
"introduction": "About me",
"myJob": "Freelance Flutter App Developer. Also working as a technical advisor of Flutter",
Expand Down

0 comments on commit a9e5889

Please sign in to comment.