Skip to content

Commit 9e6fe24

Browse files
committed
feat: remove ExampleContainer, DemoStatsPanel, and related components; update README with new extension-based statistics and features
1 parent 5255642 commit 9e6fe24

File tree

6 files changed

+342
-879
lines changed

6 files changed

+342
-879
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,21 @@ The core Flutter package providing the node-based flow editor functionality.
2929
**Features:**
3030

3131
- High-performance reactive rendering with MobX
32+
- Level of Detail (LOD) for automatic visual simplification at zoom levels
3233
- Type-safe node data with generics
3334
- Fully customizable themes for nodes, connections, and ports
3435
- Flexible port system with multiple shapes and positions
36+
- Connection animation effects (flowing dashes, particles, gradients, pulse)
37+
- Multiple connection styles (bezier, smoothstep, straight, step) with
38+
customizable endpoints
39+
- AutoPan when dragging near viewport edges
40+
- Viewport animations for smooth navigation transitions
3541
- Annotations (sticky notes, markers, groups)
3642
- Built-in minimap for navigation
3743
- Comprehensive keyboard shortcuts
38-
- Multiple connection styles (bezier, smoothstep, straight, step) with
39-
customizable end points
4044
- Read-only viewer mode
4145
- JSON serialization for saving/loading flows
42-
- Auto-layout algorithms (grid, hierarchical, alignment, distribution)
46+
- Extension architecture for modular, pluggable features
4347

4448
**Installation:**
4549

packages/demo/lib/design_kit/design_kit.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
library;
55

66
export 'buttons.dart';
7-
export 'example_container.dart';
87
export 'panels.dart';
98
export 'responsive.dart';
10-
export 'stats_panel.dart';
119
export 'theme.dart';

0 commit comments

Comments
 (0)