Collection41 items

rodydavis/skills

View on GitHub
58stars

🎯Skills41

🎯flutter-control-and-screenshot🎯Skill

flutter-control-and-screenshot skill from rodydavis/skills

flutter-control-and-screenshot
🎯install-flutter-from-git🎯Skill

Installs Flutter SDK via git clone and configures development environment across Web, Mobile, and Desktop platforms.

install-flutter-from-git
🎯how-to-create-html-web-components-with-dart🎯Skill

Skill

how-to-create-html-web-components-with-dart
🎯how-to-store-sqlite-as-nosql-store🎯Skill

Skill

how-to-store-sqlite-as-nosql-store
🎯lit-and-figma🎯Skill

Demonstrates creating a Lit web component that integrates with Figma's design system, enabling dynamic theming and component generation from Figma design tokens.

lit-and-figma
🎯creating-your-first-flutter-project🎯Skill

Guides developers through creating and setting up their first Flutter project, covering initial project configuration, structure, and basic app creation steps.

creating-your-first-flutter-project
🎯lit-and-flutter🎯Skill

I apologize, but I cannot find a specific description for a "lit-and-flutter" skill in the README you provided. The README lists several skills, but none match that exact name. Without seeing the a...

lit-and-flutter
🎯material-3-to-material-2-theme-adapter🎯Skill

Converts Material Design 3 color themes to Material Design 2 color schemes, enabling backwards compatibility and easier theme migration between design system versions.

material-3-to-material-2-theme-adapter
🎯sqlite-on-the-ui-thread🎯Skill

Skill

sqlite-on-the-ui-thread
🎯file-based-routing-for-static-sites🎯Skill

Skill

file-based-routing-for-static-sites
🎯flutter-input-output-preview🎯Skill

Demonstrates creating an interactive Flutter widget that provides real-time input and output preview functionality for code or configuration editing.

flutter-input-output-preview
🎯lightweight-flutter-animations🎯Skill

Skill

lightweight-flutter-animations
🎯ios-or-macos-lock-screen-nasa-image-of-the-day🎯Skill

Fetches NASA's Astronomy Picture of the Day (APOD) and sets it as the lock screen wallpaper on iOS or macOS devices.

ios-or-macos-lock-screen-nasa-image-of-the-day
🎯host-your-flutter-project-as-a-rest-api🎯Skill

I apologize, but I cannot confidently generate a description for the "host-your-flutter-project-as-a-rest-api" skill because the provided README does not include specific details about this particu...

host-your-flutter-project-as-a-rest-api
🎯how-to-run-astro-ssr-and-pocketbase-on-the-same-server🎯Skill

Skill

how-to-run-astro-ssr-and-pocketbase-on-the-same-server
🎯building-a-html-element-sandbox-with-lit🎯Skill

Skill

building-a-html-element-sandbox-with-lit
🎯how-to-deploy-pocketbase-to-cloud-run🎯Skill

Guides developers through deploying a PocketBase application to Google Cloud Run, providing step-by-step instructions for containerization and cloud deployment.

how-to-deploy-pocketbase-to-cloud-run
🎯how-to-build-a-flutter-app-on-xcode-cloud🎯Skill

Guides developers through the process of building and deploying a Flutter application using Apple's Xcode Cloud continuous integration and delivery service.

how-to-build-a-flutter-app-on-xcode-cloud
🎯signals-and-flutter-hooks🎯Skill

Explores advanced Flutter state management techniques using ValueNotifier, Signals, and Flutter Hooks for reactive and efficient data handling.

signals-and-flutter-hooks
🎯various-ways-to-invoke-functions-in-dart🎯Skill

Demonstrates multiple advanced techniques for calling functions in Dart, including mixed argument styles, dynamic invocation, and the `.call` operator.

various-ways-to-invoke-functions-in-dart
🎯2d-or-3d-force-graph-with-lit🎯Skill

Creates an interactive 2D or 3D force-directed graph web component using Lit, enabling dynamic visualization of network or graph data with customizable rendering modes.

2d-or-3d-force-graph-with-lit
🎯draggable-dom-with-lit🎯Skill

Creates a draggable DOM element using Lit web components, enabling interactive drag-and-drop functionality for web interfaces.

draggable-dom-with-lit
🎯how-to-do-bitwise-operations-in-dart🎯Skill

Demonstrates advanced bitwise operation techniques in Dart, covering integer and boolean bitwise manipulations like AND, OR, NAND, NOR, and XNOR with practical code examples.

how-to-do-bitwise-operations-in-dart
🎯lit-and-monaco-editor🎯Skill

Creates a Lit web component integrating the Monaco code editor with dynamic theming and interactive editing capabilities.

lit-and-monaco-editor
🎯dynamic-themes-with-codemirror🎯Skill

Creates a Lit web component with CodeMirror that dynamically applies Material Design color themes to a code editing interface.

dynamic-themes-with-codemirror
🎯automate-flutter-app-releases🎯Skill

Automates Flutter app release processes by handling version bumping, formatting, cleaning, rebuilding, and deploying via Fastlane with a single shell script.

automate-flutter-app-releases
🎯flutter-fastlane-one-click-beta🎯Skill

Automates Flutter app beta deployment by streamlining version bumping, building, and releasing to beta channels using Fastlane with a single command.

flutter-fastlane-one-click-beta
🎯how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z🎯Skill

Manages Flutter development by using Git worktrees and Z shell configuration to seamlessly switch between multiple Flutter SDK versions in different project directories.

how-to-manage-multiple-flutter-versions-with-git-worktrees-and-z
🎯flutter-markdown-view-with-material-3🎯Skill

Renders Markdown content in a Flutter app with Material 3 design, providing a modern and customizable text display component.

flutter-markdown-view-with-material-3
🎯how-to-do-full-text-search-with-sqlite🎯Skill

Demonstrates implementing full-text search capabilities using SQLite's FTS5 extension for efficient text-based querying and indexing.

how-to-do-full-text-search-with-sqlite
🎯check-if-an-object-is-truthy-in-dart🎯Skill

Demonstrates how to implement JavaScript-like truthy value checks in Dart to simplify conditional logic and object value evaluations.

check-if-an-object-is-truthy-in-dart
🎯server-side-rendering-flutter-apps-with-rfw🎯Skill

Demonstrates server-side rendering techniques for Flutter web applications using the Remote Flutter Widgets (RFW) framework to dynamically generate and update UI components.

server-side-rendering-flutter-apps-with-rfw
🎯flutter-infinite-canvas🎯Skill

Enables creating an infinitely scrollable and zoomable canvas in Flutter, allowing dynamic drawing, panning, and interaction across an unbounded workspace.

flutter-infinite-canvas
🎯deep-linking-for-flutter-web🎯Skill

Enables deep linking in Flutter web applications, allowing navigation to specific routes or content directly via URL parameters.

deep-linking-for-flutter-web
🎯json-to-html-table-with-lit🎯Skill

Converts JSON data into an interactive HTML table using Lit web components, enabling dynamic and reactive table rendering from JSON input.

json-to-html-table-with-lit
🎯using-fastlane-in-flutter-and-ci🎯Skill

Demonstrates how to automate Flutter app release processes using Fastlane for continuous integration, handling version bumping, building, and deployment.

using-fastlane-in-flutter-and-ci
🎯flutter-terminal-cheat-sheet🎯Skill

I apologize, but I cannot confidently generate a description for the "flutter-terminal-cheat-sheet" skill because the README you provided does not include specific details about this particular ski...

flutter-terminal-cheat-sheet
🎯flutter-native-http-client🎯Skill

Provides a native HTTP client implementation for Flutter that leverages platform-specific networking capabilities for efficient and performant HTTP requests.

flutter-native-http-client
🎯flutter-master-detail-view🎯Skill

Demonstrates implementing a responsive master-detail view pattern in Flutter for efficiently displaying and selecting list items across different screen sizes.

flutter-master-detail-view
🎯multi-touch-canvas-with-flutter🎯Skill

Enables multi-touch gesture handling and drawing interactions on a custom Flutter canvas, allowing simultaneous touch tracking and rendering.

multi-touch-canvas-with-flutter
🎯how-to-build-a-webrtc-signal-server-with-pocketbase🎯Skill

I apologize, but I cannot generate a description for the "how-to-build-a-webrtc-signal-server-with-pocketbase" skill because the provided README does not include details about this specific skill. ...

how-to-build-a-webrtc-signal-server-with-pocketbase