Skip to content

Commit 4c92d55

Browse files
Publish version 0.3.1
1 parent fbccecc commit 4c92d55

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,11 @@
2727
- **Better Interaction and Feedback**: Links can now be selected and, along with ports, are now highlighted on hover.
2828
- **Performance Improvements**: Significantly optimized performance, especially
2929
when handling large numbers of nodes.
30-
- **Fixed Bugs**: offset restoration in undo/redo system and project loading failure when the editor is not empty (#59 #57).
30+
- **Fixed Bugs**: offset restoration in undo/redo system and project loading failure when the editor is not empty ([#59](https://github.com/WilliamKarolDiCioccio/fl_nodes/pull/59) [#57](https://github.com/WilliamKarolDiCioccio/fl_nodes/pull/57)).
31+
32+
# 0.3.1
33+
34+
- **Fixed Mobile Browser**: Fixed input on mobile browser platforms by replacing `os_detect` with `kIsWeb` and `defaultTargetPlatform` ([#73](https://github.com/WilliamKarolDiCioccio/fl_nodes/pull/73))
35+
- **Exposed More Types To Public API**: Exported addtional symbols of common usage to avoid direct imports from src/ ([#72](https://github.com/WilliamKarolDiCioccio/fl_nodes/pull/72)).
36+
37+
Thanks to [playday3008]() for these fixes and improvements!

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ packages:
111111
path: ".."
112112
relative: true
113113
source: path
114-
version: "0.2.0+1"
114+
version: "0.3.1"
115115
flutter:
116116
dependency: "direct main"
117117
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fl_nodes
22
description: A lightweight, scalable, and highly customizable package that empowers Flutter developers to create dynamic, interactive, and visually appealing node-based UIs.
3-
version: 0.3.0
3+
version: 0.3.1
44
maintainer: William Karol Di Cioccio
55

66
homepage: https://williamkaroldicioccio.github.io/fl_nodes/

0 commit comments

Comments
 (0)