
Blockly - Google Groups
Welcome to the Blockly developers group! Feel free to post questions about developing with Blockly, demos of things you've built, or make suggestions for features you'd like to see in the future. But if …
Blockly Announce - Google Groups
Nov 7, 2025 · The migration of blockly, blockly-samples, and blockly-keyboard-experimentation is complete. GitHub
Blockly Games: Bird - level 9 - Google Groups
Feb 28, 2023 · This gets the bird further along, but she then gets stuck with the "y < 60" condition intended for flying away from the worm, since that also applies when she flies towards the nest. The …
Blockly Summit 2025: New sessions in EdTech, AI, accessibility and more
Apr 3, 2025 · Discover how the Blockly community is shaping the future of block-based programming across AI/ML, EdTech, accessibility, robotics, and enterprise apps.
Try AI Integrated Blockly workspace demo - TutoriaLLM
Nov 7, 2024 · To intergrate LLM (AI) into programming education, I have used Blockly as the framework of code editor, and intergrate LLM throughout workspace to toolbox of Blockly.
How to generate blocks from code in blockly? - Stack Overflow
Nov 30, 2017 · I have a blockly application which generates some output code. Now, is it possible to write some function which will take my output code and will put corresponding blocks on workspace. …
DropdownField: specify a default value? - Google Groups
Jan 17, 2024 · Great notes on a feature request and the potential of contributing to the source myself. Short answer is "not right now" but it's something I'm generally interested in. We're just getting …
Cannot set a shadow block to take 'any' input? - Google Groups
Dec 31, 2024 · Goals: Create a basic single-input block that's auto connected to a shadow block that can take any type of input including a default blockly variable
TextToDom is not a function - Google Groups
Sep 9, 2023 · Blockly.Xml.domToWorkspace (dom, my_workspace); However when I run this in the latest Blockly version, I get the error " Blockly.Xml.textToDom is not a function ".
Newest 'blockly' Questions - Stack Overflow
Feb 27, 2025 · I am working on Blockly(Blockly is a client-side library for the programming language JavaScript for creating block-based visual programming languages and editors) for the flutter …