Bump freezed to v1 (#305)

* Bump freezed to v1

* Regenerate podlock
This commit is contained in:
Marcin Wojnarowski 2021-11-29 14:15:54 +01:00 committed by GitHub
parent d87a8a83c3
commit 85f1ab8f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 42 deletions

View File

@ -6,11 +6,11 @@ PODS:
- Flutter
- package_info_plus (0.4.5):
- Flutter
- path_provider (0.0.1):
- path_provider_ios (0.0.1):
- Flutter
- share_plus (0.0.1):
- Flutter
- shared_preferences (0.0.1):
- shared_preferences_ios (0.0.1):
- Flutter
- url_launcher (0.0.1):
- Flutter
@ -20,9 +20,9 @@ DEPENDENCIES:
- flutter_keyboard_visibility (from `.symlinks/plugins/flutter_keyboard_visibility/ios`)
- image_picker (from `.symlinks/plugins/image_picker/ios`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider (from `.symlinks/plugins/path_provider/ios`)
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`)
- share_plus (from `.symlinks/plugins/share_plus/ios`)
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`)
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`)
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
EXTERNAL SOURCES:
@ -34,12 +34,12 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/image_picker/ios"
package_info_plus:
:path: ".symlinks/plugins/package_info_plus/ios"
path_provider:
:path: ".symlinks/plugins/path_provider/ios"
path_provider_ios:
:path: ".symlinks/plugins/path_provider_ios/ios"
share_plus:
:path: ".symlinks/plugins/share_plus/ios"
shared_preferences:
:path: ".symlinks/plugins/shared_preferences/ios"
shared_preferences_ios:
:path: ".symlinks/plugins/shared_preferences_ios/ios"
url_launcher:
:path: ".symlinks/plugins/url_launcher/ios"
@ -48,9 +48,9 @@ SPEC CHECKSUMS:
flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069
image_picker: 9aa50e1d8cdacdbed739e925b7eea16d014367e6
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e
path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
share_plus: 056a1e8ac890df3e33cb503afffaf1e9b4fbae68
shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273
shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32
url_launcher: b6e016d912f04be9f5bf6e8e82dc599b7ba59649
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

View File

@ -70,14 +70,14 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.5"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.4"
version: "2.1.5"
build_runner_core:
dependency: transitive
description:
@ -169,13 +169,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
dart_style:
dependency: transitive
description:
@ -236,7 +229,7 @@ packages:
name: flutter_hooks
url: "https://pub.dartlang.org"
source: hosted
version: "0.18.0"
version: "0.18.1"
flutter_keyboard_visibility:
dependency: transitive
description:
@ -290,7 +283,7 @@ packages:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.5"
flutter_speed_dial:
dependency: "direct main"
description:
@ -309,7 +302,7 @@ packages:
name: flutter_typeahead
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.1"
version: "3.2.3"
flutter_web_plugins:
dependency: transitive
description: flutter
@ -321,14 +314,14 @@ packages:
name: freezed
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.0+1"
version: "1.0.0"
freezed_annotation:
dependency: "direct main"
description:
name: freezed_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.0"
version: "1.0.0"
frontend_server_client:
dependency: transitive
description:
@ -468,7 +461,7 @@ packages:
name: lemmy_api_client
url: "https://pub.dartlang.org"
source: hosted
version: "0.17.0"
version: "0.18.0"
logging:
dependency: "direct main"
description:
@ -482,7 +475,7 @@ packages:
name: markdown
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.1"
matcher:
dependency: transitive
description:
@ -601,21 +594,35 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.0.7"
path_provider_android:
dependency: transitive
description:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
path_provider_ios:
dependency: transitive
description:
name: path_provider_ios
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.2"
path_provider_macos:
dependency: transitive
description:
name: path_provider_macos
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
path_provider_platform_interface:
dependency: transitive
description:
@ -629,7 +636,7 @@ packages:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
version: "2.0.4"
petitparser:
dependency: transitive
description:
@ -741,6 +748,20 @@ packages:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
shared_preferences_ios:
dependency: transitive
description:
name: shared_preferences_ios
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
shared_preferences_linux:
dependency: transitive
@ -748,7 +769,7 @@ packages:
name: shared_preferences_linux
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
shared_preferences_macos:
dependency: transitive
description:
@ -776,7 +797,7 @@ packages:
name: shared_preferences_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
shelf:
dependency: transitive
description:
@ -886,7 +907,7 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.12"
version: "6.0.15"
url_launcher_linux:
dependency: transitive
description:
@ -949,7 +970,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.10"
version: "2.3.1"
xdg_directories:
dependency: transitive
description:

View File

@ -26,6 +26,7 @@ dependencies:
photo_view: ^0.13.0
markdown: ^4.0.0
flutter_markdown: ^0.6.1
flutter_typeahead: ^3.2.1
modal_bottom_sheet: ^2.0.0
# native
@ -45,12 +46,12 @@ dependencies:
# utils
timeago: ^3.0.2
fuzzy: ^0.4.0-nullsafety.0
lemmy_api_client: ^0.17.0
lemmy_api_client: ^0.18.0
intl: ^0.17.0
matrix4_transform: ^2.0.0
json_annotation: ^4.3.0
keyboard_dismisser: ^2.0.0
freezed_annotation: ^0.15.0
freezed_annotation: ^1.0.0
logging: ^1.0.1
nested: ^1.0.0
@ -59,11 +60,6 @@ dependencies:
flutter_localizations:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
flutter_typeahead: ^3.2.1
dev_dependencies:
flutter_test:
sdk: flutter
@ -71,7 +67,7 @@ dev_dependencies:
json_serializable: ^6.0.0
build_runner: ^2.1.2
mobx_codegen: ^2.0.2
freezed: ^0.15.0+1
freezed: ^1.0.0
flutter_icons:
android: true