katana_flutter 0.15.0+18 icon indicating copy to clipboard operation
katana_flutter: ^0.15.0+18 copied to clipboard

discontinued

Package containing a collection of basic Flutter utilities. It provides the base part of the Masamune framework.

0
likes
110/ 140
pub points
3%
popularity

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

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/mathrunet/flutter_masamune/tree/master/packages/katana_flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: katana_flutter,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: katana_flutter.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

icon indicating section status
Provide documentation
20 / 20icon to trigger folding of the section

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

3169 out of 3287 API elements (96.4 %) have documentation comments.

Some symbols that are missing documentation: Ages, AgesExtensions, ConnectivityResult, Const, ABBR_MONTH_DAY.

10/10 points: Package has an example

icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ MacOS
  • ✓ Web

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:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:katana_flutter/katana_flutter.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_linux.dart that imports:
  • package:url_launcher_linux/url_launcher_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:katana_flutter/katana_flutter.dart that imports:
  • package:katana_flutter/config/mobile/mobile.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:katana_flutter/katana_flutter.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_web.dart that imports:
  • package:share_plus_platform_interface/share_plus_platform_interface.dart that imports:
  • package:share_plus_platform_interface/platform_interface/share_plus_platform.dart that imports:
  • package:share_plus_platform_interface/method_channel/method_channel_share.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
icon indicating section status
Pass static analysis
40 / 50icon to trigger folding of the section

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

INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.

lib/config/others/config.dart:58:34

   ╷
58 │   static String get locale => ui.window.locale.toString();
   │                                  ^^^^^^
   ╵

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

INFO: 'shareFiles' is deprecated and shouldn't be used. Use shareXFiles instead.

lib/src/functions.dart:52:17

   ╷
52 │     await Share.shareFiles(files, subject: title, text: text);
   │                 ^^^^^^^^^^
   ╵

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

icon indicating section status
Support up-to-date dependencies
10 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
connectivity_plus ^2.3.6 2.3.9 5.0.2
csv ^5.0.0 5.1.1 5.1.1
device_info_plus ^8.0.0 8.2.2 9.1.1
flutter flutter 0.0.0 0.0.0
font_awesome_flutter ^10.1.0 10.6.0 10.6.0
katana ^0.15.0 0.15.10+3 2.7.1
package_info_plus ^3.0.2 3.1.2 5.0.1
path_provider ^2.0.12 2.1.1 2.1.1
share_plus ^6.3.0 6.3.4 7.2.1
shared_preferences ^2.0.17 2.2.2 2.2.2
url_launcher ^6.1.8 6.2.1 6.2.1
Transitive dependencies
Package Constraint Compatible Latest
args - 2.4.2 2.4.2
asn1lib - 1.5.0 1.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
connectivity_plus_linux - 1.3.1 1.3.1
connectivity_plus_macos - 1.2.6 1.2.6
connectivity_plus_platform_interface - 1.2.4 1.2.4
connectivity_plus_web - 1.2.5 1.2.5
connectivity_plus_windows - 1.2.2 1.2.2
convert - 3.1.1 3.1.1
cross_file - 0.3.3+8 0.3.3+8
crypto - 3.0.3 3.0.3
dbus - 0.7.10 0.7.10
device_info_plus_platform_interface - 7.0.0 7.0.0
encrypt - 5.0.3 5.0.3
ffi - 2.1.0 2.1.0
file - 6.1.4 7.0.0
flutter_web_plugins - 0.0.0 0.0.0
http - 0.13.6 1.1.2
http_parser - 4.0.2 4.0.2
intl - 0.17.0 0.18.1
js - 0.6.7 0.6.7
material_color_utilities - 0.5.0 0.8.0
meta - 1.10.0 1.11.0
mime - 1.0.4 1.0.4
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 2.0.1 2.0.1
path - 1.8.3 1.8.3
path_provider_android - 2.2.1 2.2.1
path_provider_foundation - 2.3.1 2.3.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.1 2.1.1
path_provider_windows - 2.2.1 2.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.3 3.1.3
plugin_platform_interface - 2.1.7 2.1.7
pointycastle - 3.7.3 3.7.3
recase - 4.1.0 4.1.0
share_plus_platform_interface - 3.3.1 3.3.1
shared_preferences_android - 2.2.1 2.2.1
shared_preferences_foundation - 2.3.4 2.3.4
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.1 2.3.1
shared_preferences_web - 2.2.2 2.2.2
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
url_launcher_android - 6.2.0 6.2.0
url_launcher_ios - 6.2.1 6.2.1
url_launcher_linux - 3.1.0 3.1.0
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.2.0 2.2.0
url_launcher_web - 2.2.1 2.2.1
url_launcher_windows - 3.1.0 3.1.0
uuid - 3.0.7 4.2.1
vector_math - 2.1.4 2.1.4
web - 0.3.0 0.4.0
win32 - 3.1.4 5.1.1
xdg_directories - 1.0.3 1.0.3
xml - 6.5.0 6.5.0

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

Found 5 issues. Showing the first 2:

The constraint `^2.3.6` on connectivity_plus does not support the stable version `3.0.0`.

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

The constraint `^8.0.0` on device_info_plus does not support the stable version `9.0.0`.

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

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

Analyzed with Pana 0.21.43, Flutter 3.16.1, Dart 3.2.1.

Check the analysis log for details.

0
likes
110
pub points
3%
popularity

Publisher

verified publisher iconmathru.net

Package containing a collection of basic Flutter utilities. It provides the base part of the Masamune framework.

Homepage

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

connectivity_plus, csv, device_info_plus, flutter, font_awesome_flutter, katana, package_info_plus, path_provider, share_plus, shared_preferences, url_launcher

More

Packages that depend on katana_flutter