Skip to content

Commit

Permalink
Merge pull request #890 from atsign-foundation/865-publish-new-versio…
Browse files Browse the repository at this point in the history
…ns-of-the-at_widget-packages

chore: Updated at_location_flutter to version 3.1.13
  • Loading branch information
CurtlyCritchlow authored Aug 14, 2024
2 parents a57264c + cffc66a commit 61414c6
Show file tree
Hide file tree
Showing 24 changed files with 745 additions and 746 deletions.
4 changes: 4 additions & 0 deletions packages/at_events_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ dependencies:
sdk: flutter
flutter_dotenv: ^5.1.0
path_provider: ^2.1.3
dependency_overrides:
at_location_flutter:
path: ../../at_location_flutter
geolocator: ^12.0.0

dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
Expand Down
7 changes: 6 additions & 1 deletion packages/at_events_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ dependencies:
flutter:
sdk: flutter
fluttertoast: ^8.2.2
geolocator: ^10.0.1
geolocator: ^12.0.0
latlong2: ^0.9.0
sliding_up_panel: ^2.0.0+1

dependency_overrides:
at_location_flutter:
path: ../at_location_flutter
geolocator: ^12.0.0

dev_dependencies:
flutter_lints: ^2.0.3
flutter_test:
Expand Down
36 changes: 36 additions & 0 deletions packages/at_location_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,96 +1,132 @@
## 3.1.13:

- **CHORE**: Major version increase of flutter_lints from ^1.0.4 to ^4.0.0
- **CHORE**: Major version increase of geolocator from ^10.0.1 to ^12.0.0
- **CHORE**: Dangling doc comments resolved
- **CHORE**: Kotlin version updated from ^1.7.10 to 1.8.20
- **CHORE**: Android exported set to true in AndroidManifest.xml

## 3.1.12:

- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1

# 3.1.11

- **CHORE**: Lint fixes

# 3.1.10

- **CHORE**: Bumped all dependency versions
- Major version increase of geolocator from ^9.0.2 to ^10.0.1

# 3.1.9

- **CHORE**: Improved pub score of package

## 3.1.8

- **CHORE**: Updated dependencies and android gradle versions
- **CHORE**: Package description updated

## 3.1.7

- **FEAT**: Updated text
- **CHORE**: Updated dependency

## 3.1.6

- **CHORE**: Applied shouldDecrypt for decryption

## 3.1.5

- **CHORE**: Updated dependencies

## 3.1.4

- **FIX**: Lint Fixes according to flutter 3.0

## 3.1.3

- **CHORE**: Updated dependencies
- **DOCS**: Updated documentation

## 3.1.2

- **FEAT**: Added alert message for not in contacts atsigns.
- **FEAT**: Made notification dialogs non-dismissible.

## 3.1.1

- **FEAT**: Changed order of storing notifications
- **FEAT**: Moved location sharing functionality to background
- **UPDATE**: Changed location search api

## 3.1.0

- **UPDATE**: Changed location sharing logic
- **UPDATE**: Replaced put calls with a combination of put & notify

## 3.0.2

- **FIX**: Fixed at client dependency issue
- **CHORE**: Updated dependencies

## 3.0.1

- **FIX**: Bug fixes

## 3.0.0

- **UPDATE**: Resilient SDK changes for notification improvements

## 2.0.4

- **FIX**: Bug fixes
- **FEAT**: Added send location to group

## 2.0.3

- **CHORE**: Updated repository link and description
- **CHORE**: Updated packages
- **FEAT**: Added zoom parameter to returned position

## 2.0.2

- **CHORE**: Null safe code changes
- **DOCS**: Updated documentation

## 2.0.1

- **CHORE**: Updated packages

## 2.0.0

- **CHORE**: Null safe support

## 1.0.3

- **UPDATE**: Improved notification handling

## 1.0.2

- **CHORE**: Updated dependent packages

## 1.0.1

- **UPDATE**: Resolved static analysis issues

## 1.0.0

- **CHORE**: Updated dependent packages

## 0.0.3

- **UPDATE**: Updated example app

## 0.0.2

- **FIX**: Bug fixes and updated dependent packages.

## 0.0.1

- The initial release consists of sharing and requesting for location between two atsigns
Original file line number Diff line number Diff line change
@@ -1,43 +1,26 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.at_location_flutter_example">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application
android:label="at_location_flutter_example"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.at_location_flutter_example">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application android:label="at_location_flutter_example" android:icon="@mipmap/ic_launcher">
<activity android:name=".MainActivity" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize" android:exported="true">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
to determine the Window background behind the Flutter UI. -->
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<!-- Displays an Android View that continues showing the launch screen
<meta-data android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" />
<!-- Displays an Android View that continues showing the launch screen
Drawable until Flutter paints its first frame, then this splash
screen fades out. A splash screen is useful to avoid any visual
gap between the end of Android's launch screen and the painting of
Flutter's first frame. -->
<meta-data
android:name="io.flutter.embedding.android.SplashScreenDrawable"
android:resource="@drawable/launch_background"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
<meta-data android:name="io.flutter.embedding.android.SplashScreenDrawable" android:resource="@drawable/launch_background" />
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name="flutterEmbedding"
android:value="2" />
</application>
<meta-data android:name="flutterEmbedding" android:value="2" />
</application>
</manifest>
2 changes: 1 addition & 1 deletion packages/at_location_flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions packages/at_location_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,22 +172,22 @@ SPEC CHECKSUMS:
at_location_flutter: 11cdb9f57b41159f51d1ce151f78c31b9b292607
at_onboarding_flutter: e8219b6d0bfb236d3837ec3528871aebdcc56e8d
biometric_storage: 1400f1382af3a4cc2bf05340e13c3d8de873ceb9
device_info_plus: c6fb39579d0f423935b0c9ce7ee2f44b71b9fce6
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
file_picker: 15fd9539e4eb735dc54bae8c0534a7a9511a03de
file_selector_ios: f0670c1064a8c8450e38145d8043160105d0b97c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
fluttertoast: e9a18c7be5413da53898f660530c56f35edfba9c
fluttertoast: 9f2f8e81bb5ce18facb9748d7855bf5a756fe3db
geolocator_apple: 6cbaf322953988e009e5ecb481f07efece75c450
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
SDWebImage: cb032eba469c54e0000e78bcb0a13cdde0a52798
share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5
share_plus: 8875f4f2500512ea181eef553c3e27dba5135aad
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
Expand Down
2 changes: 1 addition & 1 deletion packages/at_location_flutter/example/macos/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :osx, '10.11'
platform :osx, '10.14'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down
78 changes: 45 additions & 33 deletions packages/at_location_flutter/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,73 +1,85 @@
PODS:
- at_file_saver (0.0.1):
- FlutterMacOS
- biometric_storage (0.0.1):
- FlutterMacOS
- file_saver (0.0.1):
- device_info_plus (0.0.1):
- FlutterMacOS
- file_selector_macos (0.0.1):
- FlutterMacOS
- FlutterMacOS (1.0.0)
- FMDB (2.7.5):
- FMDB/standard (= 2.7.5)
- FMDB/standard (2.7.5)
- geolocator_apple (1.2.0):
- FlutterMacOS
- path_provider_macos (0.0.1):
- package_info_plus (0.0.1):
- FlutterMacOS
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- share_plus_macos (0.0.1):
- share_plus (0.0.1):
- FlutterMacOS
- sqflite (0.0.2):
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqflite (0.0.3):
- Flutter
- FlutterMacOS
- FMDB (>= 2.7.5)
- url_launcher_macos (0.0.1):
- FlutterMacOS

DEPENDENCIES:
- at_file_saver (from `Flutter/ephemeral/.symlinks/plugins/at_file_saver/macos`)
- biometric_storage (from `Flutter/ephemeral/.symlinks/plugins/biometric_storage/macos`)
- file_saver (from `Flutter/ephemeral/.symlinks/plugins/file_saver/macos`)
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
- FlutterMacOS (from `Flutter/ephemeral`)
- geolocator_apple (from `Flutter/ephemeral/.symlinks/plugins/geolocator_apple/macos`)
- path_provider_macos (from `Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos`)
- share_plus_macos (from `Flutter/ephemeral/.symlinks/plugins/share_plus_macos/macos`)
- sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/macos`)
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
- path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
- share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
- sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/darwin`)
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)

SPEC REPOS:
trunk:
- FMDB

EXTERNAL SOURCES:
at_file_saver:
:path: Flutter/ephemeral/.symlinks/plugins/at_file_saver/macos
biometric_storage:
:path: Flutter/ephemeral/.symlinks/plugins/biometric_storage/macos
file_saver:
:path: Flutter/ephemeral/.symlinks/plugins/file_saver/macos
device_info_plus:
:path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos
file_selector_macos:
:path: Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos
FlutterMacOS:
:path: Flutter/ephemeral
geolocator_apple:
:path: Flutter/ephemeral/.symlinks/plugins/geolocator_apple/macos
path_provider_macos:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos
share_plus_macos:
:path: Flutter/ephemeral/.symlinks/plugins/share_plus_macos/macos
package_info_plus:
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
path_provider_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
share_plus:
:path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
shared_preferences_foundation:
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
sqflite:
:path: Flutter/ephemeral/.symlinks/plugins/sqflite/macos
:path: Flutter/ephemeral/.symlinks/plugins/sqflite/darwin
url_launcher_macos:
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos

SPEC CHECKSUMS:
at_file_saver: 1fc6ed722f17c7a20ce79cce168d1100fcad4b95
biometric_storage: 43caa6e7ef00e8e19c074216e7e1786dacda9e76
file_saver: 44e6fbf666677faf097302460e214e977fdd977b
file_selector_macos: ff6dc948d4ddd34e8602a1f60b7d0b4cc6051a47
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
file_selector_macos: 54fdab7caa3ac3fc43c9fac4d7d8d231277f8cf2
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
geolocator_apple: 72a78ae3f3e4ec0db62117bd93e34523f5011d58
path_provider_macos: 160cab0d5461f0c0e02995469a98f24bdb9a3f1f
share_plus_macos: 853ee48e7dce06b633998ca0735d482dd671ade4
sqflite: a5789cceda41d54d23f31d6de539d65bb14100ea
url_launcher_macos: 45af3d61de06997666568a7149c1be98b41c95d4
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
share_plus: 36537c04ce0c3e3f5bd297ce4318b6d5ee5fd6cf
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399

PODFILE CHECKSUM: 6eac6b3292e5142cfc23bdeb71848a40ec51c14c
PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.11.3
COCOAPODS: 1.14.3
Loading

0 comments on commit 61414c6

Please sign in to comment.