Skip to content

Commit

Permalink
Merge pull request #915 from atsign-foundation/publish_at_location_fl…
Browse files Browse the repository at this point in the history
…utter

chore: publish at_location_flutter
  • Loading branch information
murali-shris authored Oct 1, 2024
2 parents e30f0fa + fcab787 commit 045e41f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
10 changes: 10 additions & 0 deletions packages/at_location_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 3.1.14
- build[deps]: Upgraded dependencies for the following packages:
- at_client: 3.2.2
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_contact: 3.0.9
- at_contacts_flutter: 4.0.16
- at_lookup: 3.0.49
- at_utils: 3.0.19

## 3.1.13:

- **CHORE**: Major version increase of flutter_lints from ^1.0.4 to ^4.0.0
Expand Down
6 changes: 1 addition & 5 deletions packages/at_location_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
# the parent directory to use the current plugin's version.
path: ../
at_onboarding_flutter: ^6.1.9

at_contacts_flutter: ^4.0.16
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
Expand All @@ -49,10 +49,6 @@ dependencies:
at_lookup: ^3.0.49
flutter_dotenv: ^5.1.0

dependency_overrides:
at_contacts_flutter:
path: ../../at_contacts_flutter

dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
Expand Down
9 changes: 2 additions & 7 deletions packages/at_location_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_location_flutter
description: A Flutter plugin project to share locations between two atSigns and
track them on OSM (OpenStreetMap).
version: 3.1.13
version: 3.1.14
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_location_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -18,7 +18,7 @@ dependencies:
at_common_flutter: ^2.0.13
at_commons: ^5.0.0
at_contact: ^3.0.9
at_contacts_flutter: ^4.0.14
at_contacts_flutter: ^4.0.16
at_lookup: ^3.0.49
at_utils: ^3.0.19
cached_network_image: ^3.3.1
Expand All @@ -38,11 +38,6 @@ dependencies:
tuple: ^2.0.2
vector_math: ^2.1.4

#TODO replace with published version
dependency_overrides:
at_contacts_flutter:
path: ../at_contacts_flutter

dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
Expand Down

0 comments on commit 045e41f

Please sign in to comment.