shyam1s15 / flutter_craft

flutter Live preview examples for sharing widgets

Home Page:https://flutter-crafts.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Widget Livebook

Visit https://flutter-crafts.web.app


FlutterCraft - Share Beautiful Widgets

FlutterCraft is a web app built with Flutter that allows you to explore and share beautiful hand-crafted widgets. Experiment with different widgets, customize them, and easily integrate them into your Flutter projects.

Features

  • Interactive Playground: Explore a wide range of Flutter widgets in an interactive playground.
  • Customization: Customize widgets with various properties to see how they look and behave.
  • Shareable Code: Easily share your creations with others by generating shareable code snippets.
  • Direct Integration: Copy the generated code snippets and integrate them directly into your Flutter projects.
  • Responsive Design: Built with Flutter for the web, ensuring a responsive and consistent experience across devices.

Usage

  1. Explore Widgets: Browse through the list of available widgets on the left sidebar.
  2. Customize: Use the controls provided to customize the selected widget.
  3. Copy Code: Click on the "Copy Code" button to copy the generated code snippet.
  4. Integrate: Paste the code snippet into your Flutter project and see the widget in action.

Getting Started

To get started with FlutterCraft, follow these steps:

  1. Clone the repository & run it locally:

    git clone https://github.com/shyam1s15/flutter_craft.git
    cd flutter_craft
    flutter run -d chrome
  2. Start exploring and sharing beautiful widgets!

Contributing

We welcome contributions to FlutterCraft! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

About

flutter Live preview examples for sharing widgets

https://flutter-crafts.web.app/

License:MIT License


Languages

Language:Dart 76.8%Language:C++ 10.2%Language:CMake 8.6%Language:HTML 2.9%Language:Swift 0.8%Language:C 0.6%Language:Kotlin 0.1%Language:Objective-C 0.0%