A low code editor with the full power of flutter.

Overview

flutter_blossom 🌼

Donate Latest Release

Low code editor with the full power of flutter.

Think in flutter, watch your ideas come to life, plan ahead and let your creativity run loose. Flutter Blossom 🌸 is here to give all the developers free access to the Pandora's box.

Checkout pre-release on web or download desktop version.

How to install

  1. Download the latest platform specific archive file from Releases.
  2. Extract or Open with any archive extractor. (e.g. 7zip)
  3. Move everything to a suitable location.
  4. Make a shortcut of the launcher flutter_blossom for easy access.

Support

Flutter Blossom is created to make flutter development easier and more accessible.

Developers can see and play with their ideas before committing fully. To make the process fun, intuitive and fast.

To reach these goals, I'll need your support.

Suggestion/Feature Request

visit - https://flutterblossom.fider.io/

Todo

  • Support web(not all features are available due to file_selector_web)
  • Support desktop
  • dark theme
  • light theme
  • Canvas - support different devices
  • Multi language ready (l10n)
  • Support All Widget Type (currently ongoing)
  • Conditional tree (currently supports: if..else)
  • Break Nodes into different segments and reuse in different part of tree.
  • App view to see full app on action
  • Support All Property Type (ongoing)
  • Get Property Value from other parts of tree
  • load external assets (images, fonts etc.)
  • help section, docs, guides and example projects
  • mock data
  • mock api
  • real api (e.g. hacker-news)
  • Externals service support (e.g. Firebase)
  • Support Screenshot
  • share blossom project as library and load its trees to use as component
  • export to code
  • export blossom project to flutter project
  • export as package library
  • auto update app(currently supports: update available notification)
  • write test

Check out latest build for upcoming features and development

https://flutter-blossom.github.io/flutter_blossom

Code Contribution

setup locally

git clone https://github.com/flutter-blossom  flutter_blossom.git
git submodule init
git submodule update

then

dart pub global activate -sgit https://github.com flutter-blossom/blossom_cli.git
blossom switch-to local

finally

  • flutter run

update dependencies

to add

blossom add better_print: ^1.3.1

to remove

blossom remove better_print

You might also like...

Flutter Tutorial - PDF Viewer - Asset, File, Network & Firebase

 Flutter Tutorial - PDF Viewer - Asset, File, Network & Firebase

Flutter Tutorial - PDF Viewer - Asset, File, Network & Firebase Use the Flutter PDF Viewer to download PDF documents and display them within your Flut

Dec 9, 2022

Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.

Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.

Flutter Tutorial - AutoComplete TextField & AutoComplete Search Create an AutoComplete TextField to search JSON data based on suggestions in Flutter.

Oct 23, 2022

Flutter phone number input

Flutter phone number input

phone_form_field Flutter phone input integrated with flutter internationalization Features Totally cross platform, this is a dart only package / depen

Dec 31, 2022

A simple Flutter package that makes turning a FAB into a text field easy.

flutter_text_field_fab A simple Flutter widget that makes turning a FAB into a text field easy.

Jan 18, 2022

Soft and gentle rich text editing for Flutter applications

Soft and gentle rich text editing for Flutter applications

Soft and gentle rich text editing for Flutter applications. Zefyrka is a fork of Zefyr package with the following improvements: support Flutter 2.0 op

Dec 21, 2022

A Flutter package provides some implementations of TextInputFormatter that format input with pre-defined patterns

A Flutter package provides some implementations of TextInputFormatter that format input with pre-defined patterns

A Flutter package provides some implementations of TextInputFormatter that format input with pre-defined patterns

Dec 31, 2022

Rich Text renderer that parses Contentful Rich Text JSON object and returns a renderable Flutter widget

Contentful Rich Text Renderer for Flutter Rich Text renderer that parses Contentful Rich Text field JSON output and produces a Flutter Widget tree tha

Nov 10, 2022

Flutter App for beginner

i_am_rich A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Nov 17, 2021

A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.

A powerful extended official text for Flutter, which supports Speical Text(Image,@somebody), Custom Background, Custom overFlow, Text Selection.

Extended official text to build special text like inline image or @somebody quickly,it also support custom background,custom over flow and custom selection toolbar and handles.

Jan 4, 2023
Releases(0.0.4+3)
Owner
Flutter Blossom
A low code editor with the full power of flutter.
Flutter Blossom
A customised Flutter TextFormField to input international phone number along with country code.

International Phone Field Package A customised Flutter TextFormField to input international phone number along with country code. This widget can be u

Vansh Goel 118 Jan 5, 2023
A customizable code text field supporting syntax highlighting

CodeField A customizable code text field supporting syntax highlighting Live demo A live demo showcasing a few language / themes combinaisons Showcase

Bertrand 162 Dec 23, 2022
Flutter textfield validation lets you validate different textform fields in your Flutter app

Flutter textfield validation lets you validate different textform fields in your Flutter app

World-Package 2 Sep 15, 2022
A markdown renderer for Flutter.

Flutter Markdown A markdown renderer for Flutter. It supports the original format, but no inline HTML. Overview The flutter_markdown package renders M

Flutter 828 Aug 12, 2021
A masked text for Flutter.

flutter_masked_text Masked text input for flutter. Alert Hi guys! Unfortunately, I'm not developing mobile anymore. This repo will not receive updates

Ben-hur Santos Ott 264 Dec 21, 2022
Soft and gentle rich text editing for Flutter applications.

About Zefyr Soft and gentle rich text editing for Flutter applications. You are viewing early dev preview version of this package which is no longer a

Memspace 2.2k Jan 8, 2023
Flutter widget that automatically resizes text to fit perfectly within its bounds.

Flutter widget that automatically resizes text to fit perfectly within its bounds. Show some ❤️ and star the repo to support the project Resources: Do

Simon Leier 1.8k Jan 3, 2023
A Flutter package to parse text and make them into linkified text widget

?? Flutter Parsed text A Flutter package to parse text and extract parts using predefined types like url, phone and email and also supports Regex. Usa

Fayeed Pawaskar 213 Dec 27, 2022
A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX

flutter_tex Contents About Demo Video Screenshots How to use? Android iOS Web Examples Quick Example TeXView Document TeXView Markdown TeXView Quiz Te

Shahzad Akram 219 Jan 5, 2023
flutter 中文排版,支持分页上下对齐 两端对齐 翻页动画

text_composition flutter 中文排版 分页 上下对齐 两端对齐 多栏布局 弃用richText,使用Canvas,精确定位绘图位置,消除字体对排版影响 视频与截图 demo https://github.com/mabDc/text_composition/releases/t

西红柿大芝麻 50 Nov 3, 2022