finik_sdk 2.8.2 copy "finik_sdk: ^2.8.2" to clipboard
finik_sdk: ^2.8.2 copied to clipboard

This Flutter package allows your application to integrate Finik payment feature.

70/ 160
pub points
1.21k
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

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

2233 out of 2408 API elements (92.7 %) have documentation comments.

Some symbols that are missing documentation: finik_sdk, finik_sdk.AccountEntity, finik_sdk.AccountEntity.AccountEntity.new, finik_sdk.AccountEntity.copyWith, finik_sdk.AccountEntity.id.

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 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:finik_sdk/finik_sdk.dart that imports:
  • package:finik_sdk/src/shared/utils/text_scenario_utils.dart that imports:
  • package:finik_sdk/src/shared/shared.dart that imports:
  • package:finik_sdk/src/shared/utils/utils.dart that imports:
  • package:finik_sdk/src/shared/utils/view_utils.dart that imports:
  • package:finik_sdk/src/finik_sdk_initializer.dart that imports:
  • package:graphql_flutter/graphql_flutter.dart that imports:
  • package:graphql_flutter/src/hive_init.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

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:finik_sdk/finik_sdk.dart that imports:
  • package:finik_sdk/src/shared/utils/text_scenario_utils.dart that imports:
  • package:finik_sdk/src/shared/shared.dart that imports:
  • package:finik_sdk/src/shared/utils/utils.dart that imports:
  • package:finik_sdk/src/shared/utils/view_utils.dart that imports:
  • package:finik_sdk/src/finik_sdk_initializer.dart that imports:
  • package:graphql_flutter/graphql_flutter.dart that imports:
  • package:graphql_flutter/src/widgets/hooks/subscription.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:finik_sdk/finik_sdk.dart that imports:
  • package:finik_sdk/src/shared/utils/text_scenario_utils.dart that imports:
  • package:finik_sdk/src/shared/shared.dart that imports:
  • package:finik_sdk/src/shared/utils/utils.dart that imports:
  • package:finik_sdk/src/shared/utils/view_utils.dart that imports:
  • package:finik_sdk/src/finik_sdk_initializer.dart that imports:
  • package:graphql_flutter/graphql_flutter.dart that imports:
  • package:graphql_flutter/src/widgets/hooks/subscription.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 `Windows`.

Because:

  • package:finik_sdk/finik_sdk.dart that imports:
  • package:finik_sdk/src/shared/utils/text_scenario_utils.dart that imports:
  • package:finik_sdk/src/shared/shared.dart that imports:
  • package:finik_sdk/src/shared/utils/utils.dart that imports:
  • package:finik_sdk/src/shared/utils/view_utils.dart that imports:
  • package:finik_sdk/src/finik_sdk_initializer.dart that imports:
  • package:graphql_flutter/graphql_flutter.dart that imports:
  • package:graphql_flutter/src/widgets/hooks/subscription.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:finik_sdk/finik_sdk.dart that imports:
  • package:finik_sdk/src/shared/utils/text_scenario_utils.dart that imports:
  • package:finik_sdk/src/shared/shared.dart that imports:
  • package:finik_sdk/src/shared/utils/utils.dart that imports:
  • package:finik_sdk/src/shared/utils/share_utils.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:finik_sdk/finik_sdk.dart that imports:
  • package:finik_sdk/src/shared/utils/text_scenario_utils.dart that imports:
  • package:finik_sdk/src/shared/shared.dart that imports:
  • package:finik_sdk/src/shared/utils/utils.dart that imports:
  • package:finik_sdk/src/shared/utils/view_utils.dart that imports:
  • package:finik_sdk/src/finik_sdk_initializer.dart that imports:
  • package:graphql_flutter/graphql_flutter.dart that imports:
  • package:graphql_flutter/src/widgets/hooks/subscription.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.
Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 1294 issues. Showing the first 2:

ERROR: Use 'package:' imports for files in the 'lib' directory.

lib/src/core/graphql/graphql_schema/accounts.graphql.dart:1:8

  ╷
1 │ import 'media.graphql.dart';
  │        ^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/graphql/graphql_schema/accounts.graphql.dart

ERROR: The member 'call' overrides an inherited member but isn't annotated with '@override'.

lib/src/core/graphql/graphql_schema/accounts.graphql.dart:75:8

   ╷
75 │   TRes call({Object? id = _undefined}) => _then(
   │        ^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/graphql/graphql_schema/accounts.graphql.dart

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

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

Package Constraint Compatible Latest Notes
animated_toggle_switch ^0.8.5 0.8.5 0.8.5
bloc_test ^10.0.0 10.0.0 10.0.0
cached_network_image ^3.3.1 3.4.1 3.4.1
cross_file ^0.3.5 0.3.5+1 0.3.5+1
dartz ^0.10.1 0.10.1 0.10.1
device_info_plus ^12.2.0 12.3.0 12.3.0
dio ^5.7.0 5.9.0 5.9.0
equatable ^2.0.7 2.0.7 2.0.7
flutter_bloc ^9.1.1 9.1.1 9.1.1
flutter_dotenv ^6.0.0 6.0.0 6.0.0
flutter_svg ^2.0.9 2.2.3 2.2.3
get_it ^9.0.5 9.2.0 9.2.0
gql ^1.0.0+1 1.0.1 1.0.1
gql_dio_link ^2.0.0 2.0.0 2.0.0
graphql ^5.1.3 5.2.3 5.2.3
graphql_codegen ^2.0.0 2.0.0 3.0.0
graphql_flutter ^5.1.2 5.2.1 5.2.1
hive ^2.2.3 2.2.3 2.2.3
hive_flutter ^1.1.0 1.1.0 1.1.0
injectable ^2.6.0 2.7.1+2 2.7.1+2
intl ^0.20.2 0.20.2 0.20.2
json_annotation ^4.9.0 4.9.0 4.9.0
logger ^2.6.2 2.6.2 2.6.2
mocktail ^1.0.4 1.0.4 1.0.4
path ^1.9.1 1.9.1 1.9.1
path_provider ^2.1.5 2.1.5 2.1.5
path_provider_platform_interface ^2.1.2 2.1.2 2.1.2
plugin_platform_interface ^2.1.8 2.1.8 2.1.8
pretty_dio_logger ^1.4.0 1.4.0 1.4.0
retry ^3.1.2 3.1.2 3.1.2
screenshot ^3.0.0 3.0.0 3.0.0
share_plus ^12.0.1 12.0.1 12.0.1
shimmer ^3.0.0 3.0.0 3.0.0
url_launcher ^6.0.2 6.3.2 6.3.2
uuid ^4.5.2 4.5.2 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 85.0.0 92.0.0
analyzer - 7.7.1 9.0.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
bloc - 9.1.0 9.1.0
boolean_selector - 2.1.2 2.1.2
build - 3.1.0 4.0.3
build_config - 1.2.0 1.2.0
build_daemon - 4.1.1 4.1.1
build_resolvers - 3.0.3 3.0.4 Discontinued
build_runner - 2.7.1 2.10.4
build_runner_core - 9.3.1 9.3.2 Discontinued
built_collection - 5.1.1 5.1.1
built_value - 8.12.1 8.12.1
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.4.0 1.4.1
checked_yaml - 2.0.4 2.0.4
cli_config - 0.2.0 0.2.0
clock - 1.1.2 1.1.2
code_builder - 4.11.0 4.11.0
collection - 1.19.1 1.19.1
connectivity_plus - 6.1.5 7.0.0
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.2 3.1.2
coverage - 1.15.0 1.15.0
crypto - 3.0.7 3.0.7
dart_style - 3.1.1 3.1.3
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
diff_match_patch - 0.4.1 0.4.1
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_hooks - 0.21.3+1 0.21.3+1
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.3 2.1.3
gql_code_builder - 0.13.1 0.15.1
gql_code_builder_serializers - 0.1.0+1 0.1.0+1
gql_dedupe_link - 2.0.4-alpha+1715521079596 4.0.0
gql_error_link - 1.0.1 1.0.1
gql_exec - 1.1.1-alpha+1699813812660 1.1.1-alpha+1699813812660
gql_http_link - 1.2.0 1.2.0
gql_link - 1.1.0 1.1.0
gql_transform_link - 1.0.1 1.0.1
gql_tristate_value - 1.1.0 1.1.0
graphs - 2.3.2 2.3.2
hive_ce - 2.15.1 2.15.1
http - 1.6.0 1.6.0
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
isolate_channel - 0.2.2+1 0.2.2+1
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.18
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
nested - 1.0.0 1.0.0
nm - 0.5.0 0.5.0
node_preamble - 2.0.2 2.0.2
normalize - 0.9.1 0.10.0
octo_image - 2.1.0 2.1.0
package_config - 2.2.0 2.2.0
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_windows - 2.3.0 2.3.0
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
pool - 1.5.2 1.5.2
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
recase - 4.1.0 4.1.0
rxdart - 0.28.0 0.28.0
share_plus_platform_interface - 6.1.0 6.1.0
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 3.0.0 3.0.0
source_map_stack_trace - 2.1.2 2.1.2
source_maps - 0.10.13 0.10.13
source_span - 1.10.1 1.10.1
sqflite - 2.4.2 2.4.2
sqflite_android - 2.4.2+2 2.4.2+2
sqflite_common - 2.5.6 2.5.6
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test - 1.26.3 1.28.0
test_api - 0.7.7 0.7.8
test_core - 0.6.12 0.6.14
timing - 1.0.2 1.0.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.3.6 6.3.6
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.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.19 1.1.19
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
watcher - 1.1.4 1.1.4
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webkit_inspection_protocol - 1.2.1 1.2.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

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

The constraint `^2.0.0` on graphql_codegen does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions graphql_codegen to update the constraint.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 365 errors:

  • ALWAYS_USE_PACKAGE_IMPORTS - lib/src/core/graphql/graphql_schema/accounts.graphql.dart:1:8 - Use 'package:' imports for files in the 'lib' directory.
  • ANNOTATE_OVERRIDES - lib/src/core/graphql/graphql_schema/accounts.graphql.dart:75:8 - The member 'call' overrides an inherited member but isn't annotated with '@override'.
  • ANNOTATE_OVERRIDES - lib/src/core/graphql/graphql_schema/accounts.graphql.dart:89:3 - The member 'call' overrides an inherited member but isn't annotated with '@override'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: