Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leanflutter/widget-livebook

Live preview example for flutter widgets.
https://github.com/leanflutter/widget-livebook

flutter flutter-demo flutter-samples flutter-web flutter-widget flutter-widgets

Last synced: 1 day ago
JSON representation

Live preview example for flutter widgets.

Awesome Lists containing this project

README

        


Flutter Widget Livebook














Visit https://widget-livebook.leanflutter.dev

---

- [Introduction](#introduction)
- [Quick Start](#quick-start)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Starting Development](#starting-development)
- [Building for Production](#building-for-production)
- [Related Links](#related-links)
- [Discussion](#discussion)
- [License](#license)

## Introduction

[Flutter Widget Livebook](https://flutter-widget.live) is a website built with Flutter for web to live preview widget samples online.

## Quick Start

### Prerequisites

Before starting make sure you have:

- Installed [pnpm](https://pnpm.io/)

### Installation

```bash
$ melos bootstrap
$ cd storybook
$ pnpm install
$ pnpm build-preview-app
```

### Starting Development

```bash
$ cd storybook
$ pnpm storybook
```

### Building for Production

```
$ yarn build
```

## Related Links

- https://flutter.dev
- https://www.youtube.com/playlist?list=PLjxrf2q8roU23XGwz3Km7sQZFTdB996iG

## Discussion

If you have any suggestions or questions about this project, you can discuss it by [Telegram Group](https://t.me/joinchat/I4jz1FE5sBGk7V0jUpzSXg) with me.

## License

[MIT](./LICENSE)