- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
Verified Documentation Generator
by quran
Frontend build on next.js
threejs-materials
by CloudAI-X
Three.js materials - PBR, basic, phong, shader materials, material properties. Use when styling meshes, working with textures, creating custom shaders, or optimizing material performance.
ralph-tui-create-beads
by subsy
"Convert PRDs to beads for ralph-tui execution. Creates an epic with child beads for each user story. Use when you have a PRD and want to use ralph-tui with beads as the task source. Triggers on: create beads, convert prd to beads, beads for ralph, ralph beads."
flutter-infinite-canvas
by rodydavis
Learn how to build an infinite, multi-touch canvas in Flutter using InteractiveViewer and CustomMultiChildLayout for a flexible and interactive user experience.
how-to-deploy-pocketbase-to-cloud-run
by rodydavis
Learn how to deploy PocketBase on Google Cloud Run using the new volume mounting feature, enabling scale-to-zero, infinite storage, and easy backups.
multi-touch-canvas-with-flutter
by rodydavis
Learn how to create a Flutter canvas with multi-touch support for panning, zooming, and object interaction, overcoming common gesture recognition conflicts.
creating-your-first-flutter-project
by rodydavis
Dive into the world of Flutter, Google's UI toolkit, and learn how to build cross-platform apps with ease using this introductory guide and accompanying "Flutter Take 5" video series.
lightweight-flutter-animations
by rodydavis
Learn how to create a streamlined animation widget in Flutter that eliminates the need for setState by leveraging an abstract class and SingleTickerProviderStateMixin for efficient UI updates.
how-to-send-push-notifications-on-flutter-web-fcm
by rodydavis
Learn how to implement Firebase Cloud Messaging (FCM) in your Flutter web app with this guide, covering service worker setup, helper methods, and testing to enable push notifications.
lit-and-figma
by rodydavis
Learn how to create a Figma plugin using Lit web components, including project setup, component creation, WASM integration, and building the final plugin for use in Figma.
lit-and-monaco-editor
by rodydavis
Learn how to create a Lit web component that wraps the Monaco Editor (powering VSCode) to add a fully functional code editor to your web applications.
how-to-do-offline-recommendations-with-sqlite-and-gemini
by rodydavis
Learn how to enhance your CMS like PocketBase with AI-powered content recommendations using text embeddings, SQLite, and k-nearest neighbor search for efficient and scalable related content suggestions.
flutter-master-detail-view
by rodydavis
Learn how to implement a responsive Master-Detail interface in Flutter that adapts to different screen sizes, leveraging multi-column layouts on larger screens and pushing to detail screens on mobile.
how-to-print-multiple-objects-to-the-console-with-print-in-dart
by rodydavis
Learn how to print multiple objects to the console in Dart using Records, offering a similar experience to JavaScript's console.log() functionality.
flutter-native-http-client
by rodydavis
This blog post explores how to optimize HTTP client selection in Flutter applications based on the platform, using Cronet on Android and Cupertino's native client on iOS for improved performance and caching.
how-to-run-astro-ssr-and-pocketbase-on-the-same-server
by rodydavis
Learn how to host PocketBase and an Astro SSR application on the same server, using PocketBase's Go integration and a reverse proxy to delegate requests to Astro for dynamic web content.
flutter-fastlane-one-click-beta
by rodydavis
Deploy your Flutter app to the App Store and Google Play with ease using this step-by-step guide covering installation, project setup, Fastlane integration, and automated deployments with Automator.
lit-and-vscode-extensions
by rodydavis
Learn how to build a VSCode extension using a Lit web component, covering setup, template creation, component implementation, and extension activation.
install-flutter-from-git
by rodydavis
Install Flutter SDK via git clone and configure for all platforms
async-preact-signals
by rodydavis
Explore how to effectively manage asynchronous data with Preact Signals by creating a custom asyncSignal that handles loading, error, and data states without breaking the synchronous nature of signals.
how-to-export-sqlite-tables-to-create-statements
by rodydavis
Learn how to export your entire SQLite database schema, including tables and indexes, into runnable CREATE statements at runtime using Flutter and the sqlite3 package.
server-side-rendering-flutter-apps-with-rfw
by rodydavis
Learn how to build a dynamic Flutter app using Server Side Rendering (SSR) with the rfw package, enabling UI updates driven by server logic and binary data exchange via HTTP.
signals-and-flutter-hooks
by rodydavis
Explore state management in Flutter, from the basics of setState to advanced techniques using ValueNotifier, Signals, Flutter Hooks, and the new signals_hooks package for a reactive and efficient approach.
check-if-an-object-is-truthy-in-dart
by rodydavis
Learn how to extend Dart's functionality to implement JavaScript-style "truthy" checks for easier conditional logic and value evaluations.