Electron.js Event Guide: Control the lifecycle and navigation
21-11-2025 - Andrés Cruz
How do events work in Electron.js? Master the Main process, WebContents, and detect network states, window loading and closing with this practical guide.
GestureDetector widget in Flutter: Any clickable widget
21-11-2025 - Andrés Cruz
Discover how to use GestureDetector in Flutter to make any widget interactive. Learn how to add onTap (click), onDoubleTap, zoom, and drag events to your widgets like Text, Image, or Chip with practical examples. Master user interaction in your apps!
The globalShortcut module can register (or override) a global keyboard shortcut with the operating system; let's see how to use it and recommendations for its use in Windows and MacOS.
How requests work to synchronize properties and events in Laravel Livewire
01-09-2024 - Andrés Cruz
We will do some tests from Livewire by sending requests at the time of writing in a wire:model and the events and looking at the network tab of the browser.
Widget onWillPop: Intercept when clicking the back button in Flutter to go to the previous page
09-05-2023 - Andrés Cruz
We explain how to work with the onWillPop widget to intercept the user's action when going back through the toolbar, back button or any other method and display any type of widget.