Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Jul 17, 2024
1 parent 56144f7 commit 2707818
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@ PODS:
- SDWebImage/Core (5.18.5)
- sensors_plus (0.0.1):
- Flutter
- Sentry/HybridSDK (8.29.0)
- sentry_flutter (8.3.0):
- Sentry/HybridSDK (8.30.1)
- sentry_flutter (8.4.0):
- Flutter
- FlutterMacOS
- Sentry/HybridSDK (= 8.29.0)
- Sentry/HybridSDK (= 8.30.1)
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
Expand Down Expand Up @@ -322,8 +322,8 @@ SPEC CHECKSUMS:
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
SDWebImage: 7ac2b7ddc5e8484c79aa90fc4e30b149d6a2c88f
sensors_plus: 42b9de1b8237675fa8d8121e4bb93be0f79fa61d
Sentry: 016de45ee5ce5fca2a829996f1bfafeb5e62e8b4
sentry_flutter: 5fb57c5b7e6427a9dc1fedde4269eb65823982d4
Sentry: 514a3ea653886e9a48c6287d8b7bf05ec24bf3be
sentry_flutter: edc037f7af0dc1512d6c33a5c2c7c838bd0d6806
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/examples/views/form_builder_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class _FormBuilderPageState extends State<FormBuilderPage> {
errorText: '请输入账号',
),
FormBuilderValidators.match(
r'^[a-zA-Z][a-zA-Z0-9_]{7,}$',
RegExp('[a-zA-Z][a-zA-Z0-9_]{7,}', multiLine: true),
errorText: '账号只能包含英文,数字或下划线, 且只能以字母开头, 至少8个字符',
),
]),
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/home/views/home_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ class _HomeViewState extends State<HomeView>
t.bottomSheets.login.form.account.errorText,
),
FormBuilderValidators.match(
r'^[a-zA-Z][a-zA-Z0-9_]{7,}$',
RegExp('[a-zA-Z][a-zA-Z0-9_]{7,}', multiLine: true),
errorText: _isRegistered
? t.bottomSheets.signup.form.account
.errorText2
Expand Down
40 changes: 20 additions & 20 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -763,10 +763,10 @@ packages:
dependency: "direct main"
description:
name: flutter_local_notifications
sha256: "0a9068149f0225e81642b03562e99776106edbd967816ee68bc16310d457c60e"
sha256: dd6676d8c2926537eccdf9f72128bbb2a9d0814689527b17f92c248ff192eaf3
url: "https://pub.dev"
source: hosted
version: "17.2.1+1"
version: "17.2.1+2"
flutter_local_notifications_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -858,10 +858,10 @@ packages:
dependency: "direct main"
description:
name: form_builder_validators
sha256: "475853a177bfc832ec12551f752fd0001278358a6d42d2364681ff15f48f67cf"
sha256: c61ed7b1deecf0e1ebe49e2fa79e3283937c5a21c7e48e3ed9856a4a14e1191a
url: "https://pub.dev"
source: hosted
version: "10.0.1"
version: "11.0.0"
freezed:
dependency: "direct dev"
description:
Expand All @@ -874,10 +874,10 @@ packages:
dependency: "direct main"
description:
name: freezed_annotation
sha256: f9f6597ac43cc262fa7d7f2e65259a6060c23a560525d1f2631be374540f2a9b
sha256: c2e2d632dd9b8a2b7751117abcfc2b4888ecfe181bd9fca7170d9ef02e595fe2
url: "https://pub.dev"
source: hosted
version: "2.4.3"
version: "2.4.4"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -1521,34 +1521,34 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "7342ef4c18932881730ac941a07a6e4cf76fe99cd1ea3bef06e53a6a1402dec0"
sha256: cbc29cbdd8a047aab3df42f826daf07e58dfb2e1d550895d1021a6d4e618b00d
url: "https://pub.dev"
source: hosted
version: "8.3.0"
version: "8.4.0"
sentry_dio:
dependency: "direct main"
description:
name: sentry_dio
sha256: "35ff789bb4082ccc62fdd528f6732a6a04103a3fffaba13f0e29c5e07d36eef6"
sha256: c18043318f24e64a163f7b02c2c8737035f58f87738cca139edf7c96990c9f41
url: "https://pub.dev"
source: hosted
version: "8.3.0"
version: "8.4.0"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
sha256: "475cf49682e4d1eb48caa2577502721bcfdcbb63f215de57b3b246d52f4f7914"
sha256: "96ce085e1be6c9963d93d42d6ba5c67484c076c59d25c94a7ba906549dc6c635"
url: "https://pub.dev"
source: hosted
version: "8.3.0"
version: "8.4.0"
sentry_logging:
dependency: "direct main"
description:
name: sentry_logging
sha256: "8eea0f30487d6d67351a2ee2277cffd460130266d6c7de100a4d0afd716852ed"
sha256: "1c8a99fadbf4851b075857d8f81ca73331bed9d44a4284ffa256be04e1dc0e13"
url: "https://pub.dev"
source: hosted
version: "8.3.0"
version: "8.4.0"
shared_preferences:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1790,26 +1790,26 @@ packages:
dependency: "direct main"
description:
name: syncfusion_flutter_calendar
sha256: bdbd384ef67e4e4f05593bbe20424cc10c31f50da52d11c239e620ae937eec04
sha256: ea67bdbd2b00015c3485dc50be40370d075fbe5012aeada596b7c30bca3f52ee
url: "https://pub.dev"
source: hosted
version: "26.1.41"
version: "26.1.42"
syncfusion_flutter_core:
dependency: transitive
description:
name: syncfusion_flutter_core
sha256: "78681c79fe14c338b2985c67ab2863df7cf11541fd6d347be3ba37bb0bcd7d81"
sha256: "76c0efa89c79108f043602b0170512f88fcb83156cca7f5ca6dfe17e840bc63d"
url: "https://pub.dev"
source: hosted
version: "26.1.41"
version: "26.1.42"
syncfusion_flutter_datepicker:
dependency: transitive
description:
name: syncfusion_flutter_datepicker
sha256: "288a62bf0428065897429bb937a154c5c0ab1e320707a11130698c93cb8fca84"
sha256: "641ddcfb86b8d5510624d038da899860fb61857bd99420c1dd6cb6560ce6a99f"
url: "https://pub.dev"
source: hosted
version: "26.1.41"
version: "26.1.42"
synchronized:
dependency: "direct main"
description:
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ dependencies:
flutter_easyloading: ^3.0.5
flutter_form_builder: ^9.3.0
flutter_intro: ^3.2.3
flutter_local_notifications: ^17.2.1+1
flutter_local_notifications: ^17.2.1+2
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.3
flutter_native_splash: ^2.4.1
flutter_staggered_grid_view: ^0.7.0
flutter_sticky_header: ^0.6.5
fluttertoast: ^8.2.6
form_builder_validators: ^10.0.1
freezed_annotation: ^2.4.3
form_builder_validators: ^11.0.0
freezed_annotation: ^2.4.4
gap: ^3.0.1
hcaptcha_flutter: ^0.0.1+1
http_parser: ^4.0.2
Expand All @@ -94,15 +94,15 @@ dependencies:
photo_view: ^0.15.0
pretty_dio_logger: ^1.3.1
reorderables: ^0.6.0
sentry_dio: ^8.3.0
sentry_flutter: ^8.3.0
sentry_logging: ^8.3.0
sentry_dio: ^8.4.0
sentry_flutter: ^8.4.0
sentry_logging: ^8.4.0
shared_preferences: ^2.2.3
slang: ^3.31.1
slang_flutter: ^3.31.0
socket_io_client: ^3.0.0-beta.2
sortedmap: ^0.5.4
syncfusion_flutter_calendar: ^26.1.41
syncfusion_flutter_calendar: ^26.1.42
synchronized: ^3.1.0+1
timeago: ^3.7.0
timezone: ^0.9.3
Expand Down

0 comments on commit 2707818

Please sign in to comment.