You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/add_to_app/books/flutter_module_books/pubspec.yaml

35 lines
1.1 KiB

name: flutter_module_books
description: A Flutter module using the Pigeon package to demonstrate
integrating Flutter in a realistic scenario where the existing platform app
already has business logic and middleware constraints.
version: 1.0.0+1
environment:
sdk: '>=2.19.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
analysis_defaults:
path: ../../../analysis_defaults
Bump pigeon from 12.0.1 to 13.0.0 in /add_to_app/books/flutter_module_books (#2073) Bumps [pigeon](https://github.com/flutter/packages/tree/main/packages) from 12.0.1 to 13.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flutter/packages/commit/7319d3a7b15d9b36b334e7c5aef1d9974f7f183b"><code>7319d3a</code></a> [pigeon] Don't wrap non-nullable primitives in Obj-C (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5214">#5214</a>)</li> <li><a href="https://github.com/flutter/packages/commit/35b15de176a94e59d1a14d83cb0a5d4d495d478d"><code>35b15de</code></a> [flutter_lints] Replace &quot;flutter pub add --dev&quot; with &quot;dev:&quot; (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5260">#5260</a>)</li> <li><a href="https://github.com/flutter/packages/commit/6bcb747a41c5de6a12705827ebdd9503e258342e"><code>6bcb747</code></a> [go_router] Fixes deep-link with no path on cold start (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5113">#5113</a>)</li> <li><a href="https://github.com/flutter/packages/commit/64ae77f7d16ad8dd0cde104c4f9b5884b270bd0d"><code>64ae77f</code></a> [two_dimensional_scrollables] Fix pinned row painting when one axis is revers...</li> <li><a href="https://github.com/flutter/packages/commit/2af69541a214ad723fe44dfa0e3f9b1e2723943c"><code>2af6954</code></a> [two_dimensional_scrollables] Add TableSpanPadding (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5039">#5039</a>)</li> <li><a href="https://github.com/flutter/packages/commit/3aff0290024d4c457f29935f2ff7510a52340fba"><code>3aff029</code></a> [url_launcher] migrating objc plugin to swift (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4753">#4753</a>)</li> <li><a href="https://github.com/flutter/packages/commit/45ed8c9414f590d19f56e42f708ae81b5892c978"><code>45ed8c9</code></a> [go_router_builder]Avoid losing NullabilitySuffix for typeArguments (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5215">#5215</a>)</li> <li><a href="https://github.com/flutter/packages/commit/fea24c5b93b46400aab4b4113caa646f6e3566fc"><code>fea24c5</code></a> [url_launcher] Fix launch mode types in new APIs (<a href="https://github.com/flutter/packages/tree/main/packages/issues/5232">#5232</a>)</li> <li><a href="https://github.com/flutter/packages/commit/f2124f78ab6e2ec89416ccfd8a1a93ea0ccc2853"><code>f2124f7</code></a> [camerax] Implement <code>setZoomLevel</code> (<a href="https://github.com/flutter/packages/tree/main/packages/issues/4950">#4950</a>)</li> <li><a href="https://github.com/flutter/packages/commit/f22ff3640547b3524fc6d2e6eb1f83b6cd24c6e3"><code>f22ff36</code></a> [webview_flutter_wkwebview] Only set <code>limitsNavigationsToAppBoundDomains</code> whe...</li> <li>Additional commits viewable in <a href="https://github.com/flutter/packages/commits/pigeon-v13.0.0/packages">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pigeon&package-manager=pub&previous-version=12.0.1&new-version=13.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
11 months ago
pigeon: ">=11.0.0 <14.0.0"
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# This section identifies your Flutter project as a module meant for
# embedding in a native host app. These identifiers should _not_ ordinarily
# be changed after generation - they are used to ensure that the tooling can
# maintain consistency when adding or modifying assets and plugins.
# They also do not have any bearing on your native host application's
# identifiers, which may be completely independent or the same as these.
module:
androidX: true
androidPackage: dev.flutter.example.flutter_module_books
iosBundleIdentifier: dev.flutter.example.flutterModuleBooks