Source

rodydavis/skills

57 skills · 3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
flutter-control-and-screenshot Guide on how to control a Flutter app using flutter_driver via MCP and capture screenshots.
rodydavis/skills
269
2
using-fastlane-in-flutter-and-ci Automate Flutter app builds and deployments to both the App Store and Google Play using Fastlane with this step-by-st…
rodydavis/skills
108
3
flutter-fastlane-one-click-beta Deploy your Flutter app to the App Store and Google Play with ease using this step-by-step guide covering installatio…
rodydavis/skills
81
4
how-to-do-full-text-search-with-sqlite Learn how to supercharge your SQLite databases with full-text search capabilities using the built-in fts5 extension, …
rodydavis/skills
73
5
lightweight-flutter-animations Learn how to create a streamlined animation widget in Flutter that eliminates the need for `setState` by leveraging a…
rodydavis/skills
71
6
how-to-build-a-native-cross-platform-project-with-flutter Learn how to import `dart:html` and `dart:io` in the same Flutter project to create cross-platform plugins that work …
rodydavis/skills
70
7
automate-flutter-app-releases Automate your Flutter app releases to beta or production with this handy shell script that handles version bumping, f…
rodydavis/skills
66
8
install-flutter-from-git Install Flutter SDK via git clone and configure for all platforms
rodydavis/skills
65
9
2d-or-3d-force-graph-with-lit Learn how to create interactive 2D and 3D force graphs using Lit, a lightweight web component library, with this step…
rodydavis/skills
63
10
how-to-build-a-webrtc-signal-server-with-pocketbase Learn how to build a simple WebRTC video call application using PocketBase as a signaling server, enabling peer-to-pe…
rodydavis/skills
63
11
lit-sheet-music Learn how to create a Lit web component that renders MusicXML using OpenSheetMusicDisplay, allowing you to display sh…
rodydavis/skills
63
12
flutter-terminal-cheat-sheet This post provides a handy collection of Flutter commands and scripts for web development, package creation, troubles…
rodydavis/skills
61
13
async-preact-signals Explore how to effectively manage asynchronous data with Preact Signals by creating a custom `asyncSignal` that handl…
rodydavis/skills
60
14
how-to-send-push-notifications-on-flutter-web-fcm Learn how to implement Firebase Cloud Messaging (FCM) in your Flutter web app with this guide, covering service worke…
rodydavis/skills
56
15
dynamic-themes-with-codemirror Learn how to create a Lit web component with CodeMirror, dynamically themed using Material Design's color utilities, …
rodydavis/skills
55
16
signals-and-flutter-hooks Explore state management in Flutter, from the basics of `setState` to advanced techniques using ValueNotifier, Signal…
rodydavis/skills
55
17
flutter-infinite-canvas Learn how to build an infinite, multi-touch canvas in Flutter using InteractiveViewer and CustomMultiChildLayout for …
rodydavis/skills
54
18
deep-linking-for-flutter-web Learn how to implement proper URL navigation in your Flutter application, including deep linking to specific pages, h…
rodydavis/skills
51
19
sqlite-on-the-ui-thread Unlock the surprising speed of SQLite in Flutter for building responsive UIs, showcasing its ability to handle large …
rodydavis/skills
51
20
flutter-markdown-view-with-material-3 Learn how to customize the Flutter Markdown widget using Material 3 text and color styles for a visually appealing an…
rodydavis/skills
50
21
flutter-master-detail-view Learn how to implement a responsive Master-Detail interface in Flutter that adapts to different screen sizes, leverag…
rodydavis/skills
50
22
flutter-stream-widget Learn how to build dynamic Flutter UIs by directly using streams within your widget's build method, enabling reactive…
rodydavis/skills
49
23
how-to-build-a-graph-database-with-flutter Learn how to build and utilize a graph database within your Flutter applications using SQLite and the Drift package t…
rodydavis/skills
49
24
creating-your-first-flutter-project Dive into the world of Flutter, Google's UI toolkit, and learn how to build cross-platform apps with ease using this …
rodydavis/skills
48
25
flutter-native-http-client This blog post explores how to optimize HTTP client selection in Flutter applications based on the platform, using Cr…
rodydavis/skills
48
26
how-to-build-a-flutter-app-on-xcode-cloud Learn how to set up Xcode Cloud to build and deploy your Flutter application to TestFlight and the App Store with thi…
rodydavis/skills
47
27
how-to-do-offline-recommendations-with-sqlite-and-gemini Learn how to enhance your CMS like PocketBase with AI-powered content recommendations using text embeddings, SQLite, …
rodydavis/skills
47
28
json-to-html-table-with-lit Learn how to create a dynamic HTML table from JSON data using a Lit web component, with examples for fetching data fr…
rodydavis/skills
46
29
lit-and-monaco-editor Learn how to create a Lit web component that wraps the Monaco Editor (powering VSCode) to add a fully functional code…
rodydavis/skills
46
30
check-if-an-object-is-truthy-in-dart Learn how to extend Dart's functionality to implement JavaScript-style "truthy" checks for easier conditional logic a…
rodydavis/skills
45
31
displaying-html-in-flutter Easily display and interact with HTML content in your Flutter app using the `easy_web_view` package, which supports b…
rodydavis/skills
45
32
draggable-dom-with-lit Learn how to create an interactive, draggable DOM using a Lit web component with CSS transforms and slots, enabling y…
rodydavis/skills
45
33
file-based-routing-for-static-sites Learn how to create a multi-page static site with file-based routing using TypeScript, allowing for quick updates and…
rodydavis/skills
45
34
how-to-store-sqlite-as-nosql-store Discover how to leverage SQLite's JSON support to build a NoSQL-like document store, complete with TTL-based expirati…
rodydavis/skills
45
35
ios-or-macos-lock-screen-nasa-image-of-the-day Automate your daily dose of cosmic beauty by setting your lock or home screen to NASA's image of the day using Shortc…
rodydavis/skills
45
36
multi-touch-canvas-with-flutter Learn how to create a Flutter canvas with multi-touch support for panning, zooming, and object interaction, overcomin…
rodydavis/skills
45
37
building-a-rich-text-editor-with-lit Learn how to build a rich text editor using a Lit web component, complete with a toolbar for formatting text, links, …
rodydavis/skills
44
38
flutter-input-output-preview Build responsive Flutter apps with a reusable `TwoPane` widget and an `InputOutputPreview` component for side-by-side…
rodydavis/skills
44
39
how-to-print-multiple-objects-to-the-console-with-print-in-dart Learn how to print multiple objects to the console in Dart using Records, offering a similar experience to JavaScript…
rodydavis/skills
44
40
various-ways-to-invoke-functions-in-dart Discover the surprising flexibility of calling Dart functions, including mixed positional and named arguments, the `.…
rodydavis/skills
44
41
color-utilities-in-javascript Explore helpful color utility functions, like RGB to HSL, HEX to RGB, and HSL to HEX, generated with the assistance o…
rodydavis/skills
43
42
lit-and-vscode-extensions Learn how to build a VSCode extension using a Lit web component, covering setup, template creation, component impleme…
rodydavis/skills
43
43
using-sqlite-as-a-key-value-store Learn how to use SQLite as a simple and efficient key/value store for your applications, offering benefits like singl…
rodydavis/skills
43
44
building-a-html-element-sandbox-with-lit Learn how to build a Lit web component to create a dynamic HTML element sandbox with live updates, perfect for experi…
rodydavis/skills
42
45
host-your-flutter-project-as-a-rest-api Learn how to structure a Flutter project to reuse models and business logic across iOS, Android, Web, desktop platfor…
rodydavis/skills
42
46
how-to-run-astro-ssr-and-pocketbase-on-the-same-server Learn how to host PocketBase and an Astro SSR application on the same server, using PocketBase's Go integration and a…
rodydavis/skills
42
47
lit-and-figma Learn how to create a Figma plugin using Lit web components, including project setup, component creation, WASM integr…
rodydavis/skills
42
48
how-to-create-html-web-components-with-dart Discover the power of Web Components and how to build them with both JavaScript and Dart for reusable, framework-agno…
rodydavis/skills
41
49
how-to-deploy-pocketbase-to-cloud-run Learn how to deploy PocketBase on Google Cloud Run using the new volume mounting feature, enabling scale-to-zero, inf…
rodydavis/skills
41
50
how-to-do-bitwise-operations-in-dart Explore Dart's bitwise operations for both integers and booleans, including AND, OR (inclusive & exclusive), NAND, NO…
rodydavis/skills
41
Page 1 · 57 total Next