Resolving dependencies...
Downloading packages...
  async 2.13.0 (2.13.1 available)
  ffi 2.1.5 (2.2.0 available)
  file_picker 8.3.7 (10.3.10 available)
  flutter_fgbg 0.7.1 (0.8.0 available)
  flutter_lints 2.0.3 (6.0.0 available)
  flutter_plugin_android_lifecycle 2.0.33 (2.0.34 available)
  hooks 1.0.0 (1.0.2 available)
  image_picker_android 0.8.13+13 (0.8.13+15 available)
  jni 0.14.2 (1.0.0 available)
  json_annotation 4.9.0 (4.11.0 available)
  lints 2.1.1 (6.1.0 available)
  logger 2.6.2 (2.7.0 available)
  matcher 0.12.18 (0.12.19 available)
  meta 1.17.0 (1.18.2 available)
  native_toolchain_c 0.17.4 (0.17.6 available)
  objective_c 9.2.4 (9.3.0 available)
  package_info_plus 9.0.0 (9.0.1 available)
  path_provider_android 2.2.22 (2.2.23 available)
  permission_handler 11.4.0 (12.0.1 available)
  permission_handler_android 12.1.0 (13.0.1 available)
  sentry 9.10.0 (9.16.0 available)
  sentry_flutter 9.10.0 (9.16.0 available)
  shared_preferences 2.5.4 (2.5.5 available)
  shared_preferences_android 2.4.20 (2.4.23 available)
  shared_preferences_platform_interface 2.4.1 (2.4.2 available)
  source_span 1.10.1 (1.10.2 available)
  test_api 0.7.9 (0.7.11 available)
  uuid 4.5.2 (4.5.3 available)
  vector_math 2.2.0 (2.3.0 available)
  webview_flutter_platform_interface 2.14.0 (2.15.1 available)
  win32 5.15.0 (6.0.0 available)
Got dependencies!
31 packages have newer versions incompatible with dependency constraints.
Try `dart pub outdated` for more information.
Publishing glomopay_sdk 0.0.5 to https://pub.dev:
├── CHANGELOG.md (1 KB)
├── LICENSE (10 KB)
├── README.md (8 KB)
├── analysis_options.yaml (<1 KB)
├── lib
│   ├── glomopay_sdk.dart (<1 KB)
│   └── src
│       ├── analytics
│       │   ├── analytics.dart (<1 KB)
│       │   ├── analytics_manager.dart (10 KB)
│       │   └── error_tracker.dart (11 KB)
│       ├── bridge
│       │   ├── bridge_manager.dart (6 KB)
│       │   └── injection_scripts.dart (10 KB)
│       ├── component
│       │   ├── checkout_webview_builder.dart (14 KB)
│       │   ├── connection_error_overlay.dart (3 KB)
│       │   ├── flow_overlay.dart (1 KB)
│       │   └── glomopay_checkout.dart (18 KB)
│       ├── config
│       │   ├── config_manager.dart (2 KB)
│       │   └── sdk_credentials.dart (2 KB)
│       ├── controller
│       │   └── glomopay_controller.dart (13 KB)
│       ├── models
│       │   ├── checkout_status.dart (<1 KB)
│       │   ├── connection_error.dart (5 KB)
│       │   ├── glomopay_config.dart (1 KB)
│       │   ├── glomopay_payload.dart (2 KB)
│       │   ├── models.dart (<1 KB)
│       │   └── sdk_error.dart (<1 KB)
│       ├── network
│       │   └── api_client.dart (1 KB)
│       └── utils
│           ├── device_compliance.dart (1 KB)
│           ├── file_picker_handler.dart (12 KB)
│           ├── permission_manager.dart (8 KB)
│           ├── validator.dart (1 KB)
│           └── webview_file_handler.dart (5 KB)
├── publish_dry_run_log.txt (1 KB)
├── pubspec.yaml (<1 KB)
├── temp_index_gl.js (1 MB)
└── test
    ├── unit
    │   ├── analytics
    │   │   ├── analytics_manager_test.dart (10 KB)
    │   │   └── error_tracker_test.dart (8 KB)
    │   ├── bridge
    │   │   ├── bridge_manager_test.dart (23 KB)
    │   │   └── injection_scripts_test.dart (6 KB)
    │   ├── config
    │   │   ├── config_manager_test.dart (2 KB)
    │   │   └── sdk_credentials_test.dart (1 KB)
    │   ├── controller
    │   │   └── glomopay_controller_test.dart (25 KB)
    │   ├── models
    │   │   └── models_test.dart (22 KB)
    │   ├── network
    │   │   └── api_client_test.dart (2 KB)
    │   └── utils
    │       ├── device_compliance_test.dart (1 KB)
    │       ├── file_picker_handler_test.dart (3 KB)
    │       ├── permission_manager_test.dart (2 KB)
    │       ├── validator_test.dart (2 KB)
    │       └── webview_file_handler_test.dart (4 KB)
    └── widget
        └── glomopay_checkout_test.dart (22 KB)

Total compressed archive size: 584 KB.
Validating package...
Package validation found the following 2 potential issues:
* 2 checked-in files are ignored by a `.gitignore`.
  Previous versions of Pub would include those in the published package.
  
  Consider adjusting your `.gitignore` files to not ignore those files, and if you do not wish to
  publish these files use `.pubignore`. See also dart.dev/go/pubignore
  
  Files that are checked in while gitignored:
  
  analyze.txt
  diff.txt
  
  

* 5 checked-in files are modified in git.
  
  Usually you want to publish from a clean git state.
  
  Consider committing these files or reverting the changes.
  
  Modified files:
  
  CHANGELOG.md
  lib\src\component\checkout_webview_builder.dart
  lib\src\component\glomopay_checkout.dart
  lib\src\controller\glomopay_controller.dart
  pubspec.yaml
  
  Run `git status` for more information.
  
The server may enforce additional checks.

Package has 2 warnings.
