getepay_pg_kit 1.0.8 copy "getepay_pg_kit: ^1.0.8" to clipboard
getepay_pg_kit: ^1.0.8 copied to clipboard

PG SDK Kit by Getepay is a lightweight and secure Flutter SDK for seamless integration with the Getepay Payment Gateway. It supports UPI, Google Pay, PhonePe, Paytm, and other payment modes with singl [...]

140/ 160
pub points
66
downloads

We analyzed this package 2 hours ago, and awarded it 140 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Homepage URL doesn't exist.

At the time of the analysis https://git.getepay.in/mobile-team/getepay-pg-kit-flutter.git was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://git.getepay.in/mobile-team/getepay-pg-kit-flutter.git was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://git.getepay.in/mobile-team/getepay-pg-kit-flutter/-/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

76 out of 270 API elements (28.1 %) have documentation comments.

Some symbols that are missing documentation: aes_convert, aes_convert.AesConvert, aes_convert.AesConvert.AesConvert.new, aes_convert.AesConvert.decryptAes, aes_convert.AesConvert.decryptAesWithoutIv.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:getepay_pg_kit/bin/bloc/pg_bloc.dart that imports:
  • package:getepay_pg_kit/bin/repo/pg_repo.dart that imports:
  • package:getepay_pg_kit/bin/networking/http_client.dart that imports:
  • package:getepay_pg_kit/bin/util/check_internet.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:getepay_pg_kit/bin/pg_web_view.dart that imports:
  • package:getepay_pg_kit/bin/pg_web_view_mobile.dart that imports:
  • package:webview_flutter/webview_flutter.dart that declares support for platforms: Android, iOS, macOS.
Package not compatible with platform Web

Because:

  • package:getepay_pg_kit/bin/bloc/pg_bloc.dart that imports:
  • package:getepay_pg_kit/bin/repo/pg_repo.dart that imports:
  • package:getepay_pg_kit/bin/networking/http_client.dart that imports:
  • package:getepay_pg_kit/bin/util/check_internet.dart that imports:
  • dart:io

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:getepay_pg_kit/bin/bloc/pg_bloc.dart that imports:
  • package:getepay_pg_kit/bin/repo/pg_repo.dart that imports:
  • package:getepay_pg_kit/bin/networking/http_client.dart that imports:
  • package:getepay_pg_kit/bin/util/check_internet.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:getepay_pg_kit/bin/bloc/pg_bloc.dart that imports:
  • package:getepay_pg_kit/bin/repo/pg_repo.dart that imports:
  • package:getepay_pg_kit/bin/networking/http_client.dart that imports:
  • package:getepay_pg_kit/bin/util/check_internet.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:getepay_pg_kit/bin/bloc/pg_bloc.dart that imports:
  • package:getepay_pg_kit/bin/repo/pg_repo.dart that imports:
  • package:getepay_pg_kit/bin/networking/http_client.dart that imports:
  • package:getepay_pg_kit/bin/util/check_internet.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 5 issues. Showing the first 2:

INFO: The type of the right operand ('ConnectivityResult') isn't a subtype or a supertype of the left operand ('List

lib/bin/util/check_internet.dart:12:28

   ╷
12 │     if (connectivityResult == ConnectivityResult.none) return false;
   │                            ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/bin/util/check_internet.dart

INFO: 'groupValue' is deprecated and shouldn't be used. Use a RadioGroup ancestor to manage group value instead. This feature was deprecated after v3.32.0-0.0.pre.

lib/pg_kit.dart:195:21

    ╷
195 │                     groupValue: _selectedOption,
    │                     ^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/pg_kit.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
bloc ^9.0.1 9.2.0 9.2.0
connectivity_plus ^7.0.0 7.0.0 7.0.0
crypto ^3.0.6 3.0.7 3.0.7
cupertino_icons ^1.0.8 1.0.8 1.0.8
encrypt ^5.0.3 5.0.3 5.0.3
flutter_bloc ^9.1.1 9.1.1 9.1.1
freezed_annotation ^3.1.0 3.1.0 3.1.0
http ^1.5.0 1.6.0 1.6.0
intl ^0.20.2 0.20.2 0.20.2
json_annotation ^4.9.0 4.11.0 4.11.0
url_launcher ^6.3.2 6.3.2 6.3.2
webview_flutter ^4.13.0 4.13.1 4.13.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
dbus - 0.7.12 0.7.12
ffi - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
js - 0.7.2 0.7.2 Discontinued
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
provider - 6.1.5+1 6.1.5+1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
webview_flutter_android - 4.10.13 4.10.13
webview_flutter_platform_interface - 2.14.0 2.14.0
webview_flutter_wkwebview - 3.23.8 3.23.8
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
140
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

PG SDK Kit by Getepay is a lightweight and secure Flutter SDK for seamless integration with the Getepay Payment Gateway. It supports UPI, Google Pay, PhonePe, Paytm, and other payment modes with single and multi-payment transactions, encrypted communication, and customizable callback handling for mobile and fintech applications.

Repository
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, connectivity_plus, crypto, cupertino_icons, encrypt, flutter, flutter_bloc, freezed_annotation, http, intl, json_annotation, url_launcher, webview_flutter

More

Packages that depend on getepay_pg_kit