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/flutter_maps_firestore/pubspec.yaml

25 lines
453 B

name: flutter_maps_firestore
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ^3.1.0
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^4.6.0
firebase_core: ^2.11.0
google_maps_flutter: ^2.2.6
google_maps_webservice: ^0.0.20-nullsafety.5
Bump location from 4.4.0 to 5.0.0 in /flutter_maps_firestore (#1941) Bumps [location](https://github.com/Lyokone/flutterlocation) from 4.4.0 to 5.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Lyokone/flutterlocation/releases">location's releases</a>.</em></p> <blockquote> <h2>location-v5.0.0</h2> <p><a href="https://pub.dev/packages/location/changelog#500">See changelog on pub.dev</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Lyokone/flutterlocation/commit/b62282953704ff2595c7d175a9949c925b1a7683"><code>b622829</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/850">#850</a> from bartekpacia/fix_location_web_constraint</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/f168621db17434986f1235df90b2af891560432d"><code>f168621</code></a> location: fix constraint on location_web</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/dacf1777519c696091d2186b9d80e4add01e1076"><code>dacf177</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/849">#849</a> from bartekpacia/better_melos</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/48231e114c654c65c00b5ddb2c31a0556434b376"><code>48231e1</code></a> bump dependency on location_platform_interface</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/f8bdb202261b5b3ac2113b848c50b52cac674fb3"><code>f8bdb20</code></a> improve melos scripts</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/d63c2640b8b9174a1c24fe0f6c4196d494a1b75e"><code>d63c264</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/848">#848</a> from bartekpacia/release_new_versions</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/8d49e58cff228c5d12a7dab215c554bfb79ff4f2"><code>8d49e58</code></a> bump versions</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/51efa65611f8b1ac810dc11dbc8af26a96335704"><code>51efa65</code></a> foramt changelogs</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/516508659582945163abd4761ac465c4296e815b"><code>5165086</code></a> Merge pull request <a href="https://redirect.github.com/Lyokone/flutterlocation/issues/847">#847</a> from bartekpacia/revive</li> <li><a href="https://github.com/Lyokone/flutterlocation/commit/5358fabfac7dd5a29bdf6a068e83d76849dece94"><code>5358fab</code></a> add GitHub Actions workflows for publishing</li> <li>Additional commits viewable in <a href="https://github.com/Lyokone/flutterlocation/compare/location-v4.4.0...location-v5.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=location&package-manager=pub&previous-version=4.4.0&new-version=5.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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
location: ">=4.4.0 <6.0.0"
dev_dependencies:
analysis_defaults:
path: ../analysis_defaults
flutter_test:
sdk: flutter
flutter:
uses-material-design: true