wise_text 1.0.0 copy "wise_text: ^1.0.0" to clipboard
wise_text: ^1.0.0 copied to clipboard

PlatformAndroidiOS
unlisted

Text widget with auto classification and rich text support using styled_text. Using NSDataDetector on iOS and TextClassifier on Android

160/ 160
pub points
216
downloads

We analyzed this package 7 days ago, and awarded it 160 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/wisemen-digital/wisemen-flutter-packages/packages/wise_text was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/wisemen-digital/wisemen-flutter-packages/packages/wise_text 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

155 out of 168 API elements (92.3 %) have documentation comments.

Some symbols that are missing documentation: wise_text.Dartinstancetype, wise_text.NoOpTextClassifier.NoOpTextClassifier.new, wise_text.StyledNode.StyledNode.new, wise_text.StyledTextActionTag.StyledTextActionTag.new, wise_text.StyledTextCustomTag.StyledTextCustomTag.new.

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:wise_text/wise_text.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:wise_text/wise_text.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:wise_text/wise_text.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:wise_text/wise_text.dart that declares support for platforms: Android, iOS.

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

Package does not support platform `iOS`.

Because:

  • package:wise_text/wise_text.dart that imports:
  • package:wise_text/src/widget/widget.dart that imports:
  • package:wise_text/src/widget/wise_text_widget.dart that imports:
  • package:wise_text/src/classifier/classifier.dart that imports:
  • package:wise_text/src/classifier/wise_text_classifier_android.dart that imports:
  • package:wise_text/src/classifier/wise_text_classifier_android.g.dart that imports:
  • package:jni/jni.dart that declares support for platforms: Android, Windows, Linux.

Built-in Kotlin support:

Legacy Kotlin configuration detected in `android/build.gradle.kts`.

This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.

Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

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
ffi ^2.2.0 2.2.0 2.2.0
jni ^1.0.0 1.0.0 1.0.0
jni_flutter ^1.0.1 1.0.1 1.0.1
objective_c ^9.4.1 9.4.1 9.4.1
styled_text ^9.0.0 9.0.0 9.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.1 1.4.1
code_assets - 1.2.1 1.2.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
hooks - 2.0.2 2.1.0
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.19.0
package_config - 2.2.0 3.0.0
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 1.0.0
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
vector_math - 2.2.0 2.4.0
xml - 6.6.1 7.0.1
xmlstream - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

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.14, Flutter 3.44.5, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
160
points
216
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Text widget with auto classification and rich text support using styled_text. Using NSDataDetector on iOS and TextClassifier on Android

Repository (GitHub)

License

MIT (license)

Dependencies

ffi, flutter, jni, jni_flutter, objective_c, styled_text

More

Packages that depend on wise_text

Packages that implement wise_text