Skip to content

widgetbook/workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0266d0a Β· Feb 24, 2025

History

57 Commits
Aug 27, 2024
Aug 31, 2024
Oct 26, 2023
Apr 10, 2024
Sep 2, 2024
Jun 29, 2023
Feb 24, 2025
Oct 26, 2023
Oct 26, 2023
Aug 31, 2024
Nov 8, 2023
Aug 27, 2024
Oct 26, 2023
Feb 24, 2025
Aug 27, 2024

Repository files navigation

Widgetbook Workshop

Agenda

  1. Clone the demo repository from the template
  2. Create your own use-case
  3. Explore add-ons and knobs
  4. Explore the benefits of Widgetbook
  5. Create a Widgetbook Cloud account
  6. Upload your first Widgetbook Build to the Cloud
  7. Make a fix in the code
  8. Upload another build
  9. Create your first review

Resources

Getting Started

  1. Bootstrap App

    flutter pub get    # Install deps
    flutter gen-l10n   # Generate localization files
  2. Run Widgetbook

    flutter pub get                 # Install deps
    dart run build_runner build -d  # Generate files
    flutter run                     # Run