Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: at_commons:4.0.1 uptake and increased pub points [at_onboarding_flutter] #800

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/at_onboarding_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SPEC CHECKSUMS:
device_info_plus: c6fb39579d0f423935b0c9ce7ee2f44b71b9fce6
DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac
DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179
file_picker: ce3938a0df3cc1ef404671531facef740d03f920
file_picker: 15fd9539e4eb735dc54bae8c0534a7a9511a03de
file_selector_ios: 8c25d700d625e1dcdd6599f2d927072f2254647b
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
Expand All @@ -155,9 +155,9 @@ SPEC CHECKSUMS:
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
SDWebImage: 72f86271a6f3139cc7e4a89220946489d4b9a866
share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5
shared_preferences_foundation: e2dae3258e06f44cc55f49d42024fd8dd03c590c
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
SwiftyGif: 6c3eafd0ce693cad58bb63d2b2fb9bacb8552780
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
url_launcher_ios: bf5ce03e0e2088bad9cc378ea97fa0ed5b49673b
webview_flutter_wkwebview: 2e2d318f21a5e036e2c3f26171342e95908bd60a

PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,9 @@ class _AtOnboardingHomeScreenState extends State<AtOnboardingHomeScreen> {
// General file extensions
const XTypeGroup(extensions: ['atKeys', 'atkeys']),
// Apple specific UTIs
XTypeGroup(uniformTypeIdentifiers: Platform.isMacOS ? ['com.atsign.atkeys'] : null),
XTypeGroup(
uniformTypeIdentifiers:
Platform.isMacOS ? ['com.atsign.atkeys'] : null),
],
);
return file?.path;
Expand Down
38 changes: 19 additions & 19 deletions packages/at_onboarding_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,36 @@ environment:
flutter: ">=1.20.0"

dependencies:
archive: ^3.3.9
at_backupkey_flutter: ^4.0.10
at_client: ^3.0.64
at_client_mobile: ^3.2.12
at_commons: ^3.0.55
at_server_status: ^1.0.3
at_sync_ui_flutter: ^1.0.8
at_utils: ^3.0.15
file_picker: ^5.5.0
archive: ^3.4.10
at_backupkey_flutter: ^4.0.12
at_client: ^3.0.72
at_client_mobile: ^3.2.14
at_commons: ^4.0.1
at_server_status: ^1.0.4
at_sync_ui_flutter: ^1.0.10
at_utils: ^3.0.16
file_picker: ^6.1.1

# desktop - dependencies
file_selector: ^1.0.1
file_selector: ^1.0.3
file_selector_linux: ^0.9.2+1
file_selector_macos: ^0.9.3+2
file_selector_windows: ^0.9.3+1
flutter:
sdk: flutter
http: ^1.1.0
image: ^4.0.17
http: ^1.2.0
image: ^4.1.6

intl: ^0.17.0
path_provider: ^2.1.1
permission_handler: ^11.0.0
intl: ^0.19.0
path_provider: ^2.1.2
permission_handler: ^11.2.0
pin_code_fields: ^8.0.1
qr_code_scanner: ^1.0.1
shared_preferences: ^2.2.1
shared_preferences: ^2.2.2
tutorial_coach_mark: ^1.2.11
url_launcher: ^6.1.14
webview_flutter: ^4.2.4
zxing2: ^0.2.0
url_launcher: ^6.2.4
webview_flutter: ^4.5.0
zxing2: ^0.2.1



Expand Down
Loading