Files
shorebird-updater/shorebird_code_push/pubspec.yaml
T
Bryan Oltman 1776b058b4 chore(shorebird_code_push): add CHANGELOG.md (#41)
* chore(shorebird_code_push): add CHANGELOG.md

* remove build number from version

* correct version number
2023-06-20 17:52:12 -04:00

25 lines
521 B
YAML

name: shorebird_code_push
description: Control Shorebird code push from your app.
version: 0.1.0
homepage: https://shorebird.dev
repository: https://github.com/shorebirdtech/updater
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
ffi: ^2.0.2
meta: ^1.9.1
dev_dependencies:
ffigen: ^8.0.2
mocktail: ^0.3.0
test: ^1.19.2
very_good_analysis: ^5.0.0
ffigen:
output: 'lib/src/generated/updater_bindings.g.dart'
name: 'UpdaterBindings'
headers:
entry-points:
- '../library/include/updater.h'