flutter_blockly 1.6.0
flutter_blockly: ^1.6.0 copied to clipboard
A Flutter Blockly visual programming editor. The Blockly library adds an editor to your app that represents coding concepts as interlocking blocks.
Change Log #
All notable changes to this project will be documented in this file.
1.6.0 - 2025-03-02 #
- update blockly@11.2.1
- update flutter web
1.5.0 - 2024-08-05 #
- fix browser view
- add offline blockly@11.1.1
- update widgets
1.4.0 - 2024-02-03 #
- add js eval event
- add runJS method
- add web addJavaScriptChannel method
- add web onMessage method
1.3.0 - 2024-02-02 #
- add BlocklyCode
- add BlocklyData
- add postData method
1.2.0 - 2023-12-19 #
- add Blockly types
- add nullToUndefined - null safety
1.1.0 - 2023-12-16 #
- add web BlocklyEditor
- add web BlocklyEditorWidget
- add htmlEditor