Skip to content

Commit

Permalink
docs: update pubspec descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Floor <rene.floor@ah.nl>
  • Loading branch information
renefloor committed May 6, 2024
1 parent 55aadf6 commit e875df1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions packages/platform_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: platform_maps_flutter
description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
version: 2.0.0-beta
homepage: https://github.com/LuisThein
repository: https://github.com/LuisThein/platform_maps_flutter
issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues
homepage: https://github.com/albert-heijn-technology
repository: https://github.com/albert-heijn-technology/platform_maps_flutter/tree/master/packages/platform_maps_flutter
issue_tracker: https://github.com/albert-heijn-technology/platform_maps_flutter/issues

environment:
flutter: '>=2.11.0'
Expand Down
6 changes: 4 additions & 2 deletions packages/platform_maps_flutter_apple/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: platform_maps_flutter_apple
description: "A new Flutter package project."
description: Apple Maps implementation for the platform_maps_flutter plugin.
version: 1.0.0-beta
homepage:
homepage: https://github.com/albert-heijn-technology
repository: https://github.com/albert-heijn-technology/platform_maps_flutter/tree/master/packages/platform_maps_flutter_apple
issue_tracker: https://github.com/albert-heijn-technology/platform_maps_flutter/issues

environment:
sdk: '>=3.2.4 <4.0.0'
Expand Down
6 changes: 4 additions & 2 deletions packages/platform_maps_flutter_google_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: platform_maps_flutter_google_android
description: "A new Flutter package project."
description: Android Google Maps implementation for the platform_maps_flutter plugin.
version: 1.0.0-beta
homepage:
homepage: https://github.com/albert-heijn-technology
repository: https://github.com/albert-heijn-technology/platform_maps_flutter/tree/master/packages/platform_maps_flutter_google_android
issue_tracker: https://github.com/albert-heijn-technology/platform_maps_flutter/issues

environment:
sdk: '>=3.2.4 <4.0.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: platform_maps_flutter_platform_interface
description: platform interface for platform_maps_flutter package
version: 1.0.0-beta
homepage: https://github.com/albert-heijn-technology
repository: https://github.com/albert-heijn-technology/platform_maps_flutter/tree/master/packages/platform_maps_flutter_platform_interface
issue_tracker: https://github.com/albert-heijn-technology/platform_maps_flutter/issues
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes

Expand Down

0 comments on commit e875df1

Please sign in to comment.