code-push

Patch Dart code in Flutter apps with Shorebird Code Push for OTA updates.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/DojoCodingLabs/flutter-go-to-market-toolkit --skill code-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-push
Source: https://github.com/DojoCodingLabs/flutter-go-to-market-toolkit/tree/main/skills/code-push
Command: npx skills add https://github.com/DojoCodingLabs/flutter-go-to-market-toolkit --skill code-push

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Shorebird Code Push enables instant Dart code updates to Flutter apps, eliminating the need for store submissions for small fixes and rapid iterations.

Core Features & Use Cases

  • OTA patches: Deploy Dart code changes that are applied on the next app start.
  • Rapid iteration: Test bug fixes and UX tweaks without waiting for store review.
  • Cross-platform: Works for Flutter apps on Android and iOS with Dart-only changes.

Quick Start

Run shorebird init in your Flutter project to configure OTA updates, then create a patch with shorebird patch android or shorebird patch ios.

Frequently Asked Questions about code-push

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy OTA updates to a Flutter app without app store submissions?

You can deploy OTA updates to a Flutter app without app store submissions by using Shorebird Code Push to patch Dart code. This allows rapid bug fixes and feature tweaks to be applied on the next app start.

What do I need to generate a Dart code patch for iOS and Android?

To generate a Dart code patch for iOS and Android, you need an initialized Shorebird setup and a baseline release. You then run shorebird patch android or shorebird patch ios.

Can I push hotfixes to Flutter apps on both Android and iOS using Shorebird?

Yes, you can push hotfixes to Flutter apps on both Android and iOS using Shorebird. It supports cross-platform OTA patches for Dart-only changes across both mobile platforms.

When should I use OTA patches instead of standard store releases for my Flutter app?

You should use OTA patches instead of standard store releases when you need rapid iteration for bug fixes and UX tweaks. Shorebird Code Push applies these Dart code changes instantly with minimal downtime.

Does Shorebird Code Push support updating native Android or iOS code?

Shorebird Code Push does not support updating native Android or iOS code. It is designed strictly for Dart-only changes in Flutter apps to enable rapid OTA patches.

What is the process to apply Dart code changes instantly using Shorebird?

The process to apply Dart code changes instantly involves running shorebird init in your Flutter project to configure OTA updates, then using shorebird patch android or shorebird patch ios to deploy the patch.