flutter_flow_chart icon indicating copy to clipboard operation
flutter_flow_chart copied to clipboard

A #Flutter package that let you draw a flow chart diagram with different kind of customizable elements

Results 12 flutter_flow_chart issues
Sort by recently updated
recently updated
newest added

This is a PR to move all elements of the dashboard at the same time :)

It's a very nice package! Would it be possible to add an example on how to change the arrow style?

Hello Marco, We notice when using your flutter_flow_chart, that when attempting to input text into an object, the editor quickly closes (before we can input any text), due to the...

On the web, desktop version there is no such problem. On the iOS simulator, every time I try to change the text field, StarMenuOverlay just closes and nothing happens. ![Image](https://github.com/user-attachments/assets/80a9c3c2-2d6f-4440-8a58-7ad1bf13dc5b)

bug

**Description** Please add builder to generate custom element.

**Custom FlowElement** Allow adding FlowElement as a custom widget. **Requirements** - Adding custom to ElementKind - Change ElementWidget allowing a custom widget to be drawn

**Adding a child property to element** A child widget property added to the element must draw this widget instead of the text. **Requirements** - If child is not null, draw...

**type 'double' is not a subtype of type 'int?' in type cast** When loading the dashboard from json, the fromMap of property gridBackgroundParams somethimes returns a type cast error when...

bug

**Description** When using addNextById to connect two elements, the "end dot" appears but the line is not drawn between the two element. **Steps To Reproduce** ``` import 'package:flutter/material.dart'; import 'package:flutter_flow_chart/flutter_flow_chart.dart';...

bug