widget-livebook icon indicating copy to clipboard operation
widget-livebook copied to clipboard

Live preview example for flutter widgets.

Flutter Widget Livebook

Visit https://flutter-widget.live


Table of Contents generated with DocToc

  • Introduction
    • Chrome Extension
  • Quick Start
    • Prerequisites
    • Installation
    • Starting Development
    • Building for Production
  • Related Links
  • Discussion
  • License

Introduction

Flutter Widget Livebook is a website built with Flutter for web to live preview widget samples online.

Chrome Extension

download

The Extension help you embed Package online samples in pub.dev, welcome to try and give feedback!

  • Supported packages: https://flutter-widget.live/packages

chrome-extension

Quick Start

Prerequisites

Before starting make sure you have:

Installation

$ yarn
$ ./scripts/build_leanflutter_snippets.sh
$ ./scripts/build_leanflutter_3rd_snippets.sh

Starting Development

$ yarn dev

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 with me.

License

MIT License

Copyright (c) 2020 LiJianying <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.