Skip to content

Commit

Permalink
chore: updated deps for at_location_flutter and at_events_flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardar1208 committed Feb 8, 2024
1 parent 3651a0e commit 33fdd62
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import biometric_storage
import device_info_plus
import emoji_picker_flutter
import file_selector_macos
import flutter_image_compress_macos
import package_info_plus
import path_provider_foundation
import share_plus
Expand All @@ -22,7 +23,8 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
EmojiPickerFlutterPlugin.register(with: registry.registrar(forPlugin: "EmojiPickerFlutterPlugin"))
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
FlutterImageCompressMacosPlugin.register(with: registry.registrar(forPlugin: "FlutterImageCompressMacosPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
Expand Down
6 changes: 5 additions & 1 deletion packages/at_events_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
at_onboarding_flutter: ^6.1.3
at_onboarding_flutter: ^6.1.7

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
flutter:
sdk: flutter

dependency_overrides:
at_commons: ^4.0.1
file_picker: ^5.2.4

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
8 changes: 6 additions & 2 deletions packages/at_events_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ environment:
flutter: ">=1.20.0"

dependencies:
at_client: ^3.0.64
at_client: ^3.0.72
at_client_mobile: ^3.2.12
at_common_flutter: ^2.0.12
at_commons: ^3.0.55
at_contact: ^3.0.7
at_contact: ^3.0.8
at_contacts_flutter: ^4.0.11
at_contacts_group_flutter: ^4.0.13
at_location_flutter: ^3.1.9
Expand All @@ -29,6 +29,10 @@ dependencies:
latlong2: ^0.9.0
sliding_up_panel: ^2.0.0+1

dependency_overrides:
at_commons: ^4.0.1
file_picker: ^5.2.4

dev_dependencies:
flutter_lints: ^2.0.3
flutter_test:
Expand Down
5 changes: 4 additions & 1 deletion packages/at_location_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
at_onboarding_flutter: ^6.1.3
at_onboarding_flutter: ^6.1.7

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand All @@ -44,6 +44,9 @@ dependencies:
sdk: flutter
latlong2: ^0.9.0

dependency_overrides:
at_commons: ^4.0.1

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
7 changes: 5 additions & 2 deletions packages/at_location_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ environment:

dependencies:
async: ^2.11.0
at_client: ^3.0.64
at_client: ^3.0.72
at_client_mobile: ^3.2.12
at_common_flutter: ^2.0.12
at_commons: ^3.0.55
at_contact: ^3.0.7
at_contact: ^3.0.8
at_contacts_flutter: ^4.0.11
at_lookup: ^3.0.40
at_utils: ^3.0.15
Expand All @@ -38,6 +38,9 @@ dependencies:
tuple: ^2.0.2
vector_math: ^2.1.4

dependency_overrides:
at_commons: ^4.0.1

dev_dependencies:
flutter_lints: ^2.0.3
flutter_test:
Expand Down

0 comments on commit 33fdd62

Please sign in to comment.