Rodydavis
35 skills · 1.1K stars total
35 skills
This skill helps you deploy Flutter apps to App Store and Play Store with one-click automation using Fastlane and Automator.
This skill helps you implement server side rendering for Flutter apps using the rfw package to drive dynamic UI updates.
This skill guides you through installing the Flutter SDK from git and configuring it for web, mobile, and desktop development.
This skill helps you build and integrate a Lit web component into a VSCode extension, accelerating setup and deployment.
This skill helps you integrate a Lit web component with Monaco Editor to deliver a fully functional in-browser code editor for apps.
This skill helps you build responsive Flutter code editors with a reusable TwoPane and InputOutputPreview to render code and live previews side by side.
This skill helps you design and query a graph database in Flutter using Drift and SQLite to model and traverse relationships.
This skill explains diverse ways to invoke Dart functions, including mixed positional and named args, the .call operator, and Function.apply for dynamic calls.
This skill helps you implement a responsive Flutter master-detail interface that adapts to screen sizes with multi-column layouts and mobile push.
This skill helps you master Dart bitwise operations for integers and booleans with practical code examples and clear explanations.
This skill helps you implement a multi-touch canvas in Flutter, enabling pan, zoom, and object interaction with conflict-free gesture handling.
This skill helps you adapt Material Design 3 styling to Material Design 2 components via CSS variable overrides for cohesive theming.
This skill helps you implement full-text search in SQLite using fts5, delivering fast, accurate queries with MATCH across your data.
This skill helps you generate dynamic HTML tables from JSON using a Lit web component, supporting remote or inline data and optional editing.
This skill shows how to run synchronous SQLite queries on the UI thread in Flutter to boost UI responsiveness and handle large datasets efficiently.
This skill helps you create a multi-page static site with file-based routing using TypeScript, enabling fast updates and simple content management.
This skill helps you customize Flutter Markdown with Material 3 styles for consistent typography and interactive links across apps.
This skill helps you build reactive Flutter UIs by streaming widgets in the build method, enabling dynamic updates and efficient data handling.
This skill helps optimize Flutter HTTP networking by selecting Cronet on Android and Cupertino's native client on iOS for faster, cached requests.
This skill helps you implement truthy checks in Dart by extending Object to evaluate null, booleans, numbers, strings, and collections.
This skill explains how to embed a Lit web component inside a Flutter app to access native APIs and enable hybrid functionality.
This skill shows how to store JSON documents in SQLite as a NoSQL-like store with TTL expiration and queries.
This skill helps you manage asynchronous data with Preact Signals by implementing an asyncSignal that tracks loading, data, and error states.
This skill helps you manage multiple Flutter versions using Git worktrees and ZSH aliases for quick channel switching.
This skill helps you implement lightweight Flutter animations by using an abstract AnimationWidget and SingleTickerProviderStateMixin to update UI without
This skill helps you build reusable HTML Web Components using JavaScript or Dart, enabling framework-agnostic UI across projects.
This skill helps you manage Flutter state more efficiently by teaching signals, flutter hooks, and reactive patterns for scalable UI.
This skill helps you implement offline content recommendations using SQLite and vector embeddings to deliver fast, scalable related posts.
This skill helps you build and experiment with a Lit-based HTML element sandbox, enabling live updates and interactive web component demos.
This skill guides you to build a WebRTC signaling server with PocketBase, enabling peer-to-peer video calls and SSE-based real-time updates.
This skill teaches you to build a Figma plugin using Lit web components, covering setup, UI creation, code integration, and testing.
This skill guides you to export a SQLite database schema to runnable CREATE statements at runtime using Flutter and sqlite3.
This skill teaches printing multiple Dart objects to console using records, emulating console.log-style output for clearer debugging.
This skill guides you through creating your first Flutter project, editing main.dart, and running it across platforms for rapid learning.
This skill helps you render MusicXML in a Lit web component using OpenSheetMusicDisplay, adapting to source or inline XML for dynamic sheet music.