Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leanflutter/widget-livebook
- Owner: leanflutter
- License: mit
- Created: 2019-08-03T02:13:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T13:12:10.000Z (about 1 year ago)
- Last Synced: 2025-01-11T05:12:04.292Z (8 days ago)
- Topics: flutter, flutter-demo, flutter-samples, flutter-web, flutter-widget, flutter-widgets
- Language: Dart
- Homepage: https://widget-livebook.leanflutter.dev/
- Size: 20.8 MB
- Stars: 613
- Watchers: 21
- Forks: 81
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - widget-livebook
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)