Skip to content

smarenkov/shorebird_example

Repository files navigation

Shorebird Example

A Flutter application demonstrating the integration and usage of Shorebird for code push updates. This example shows how to implement over-the-air updates in your Flutter application using Shorebird.

Features

  • Integration with Shorebird Code Push

Prerequisites

Before running this project, make sure you have the following installed:

Getting Started

  1. Clone this repository:

    git clone <your-repository-url>
    cd shorebird_example
  2. Install dependencies:

    flutter pub get
  3. Initialize Shorebird in your project:

    shorebird init
  4. Run the app:

    flutter run

Project Structure

lib/
  ├── main.dart          # Main application file with Shorebird integration
  └── ...

How It Works

The application demonstrates basic Shorebird functionality:

  • Checks if Shorebird is available on the device
  • Displays the current patch version

Additional Resources

About

A Flutter application demonstrating the integration and usage of Shorebird for code push updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published