tbib_splash_screen 1.0.0 tbib_splash_screen: ^1.0.0 copied to clipboard
This flutter lib is used as Splash Screen of your app to display logo With Text Animated by Animated Text Kit.
We analyzed this package 32 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
200 out of 362 API elements (55.2 %) have documentation comments.
Some symbols that are missing documentation: splash_screen
, splash_screen.PageRouteTransition
, splash_screen.SplashScreenView
, splash_screen.SplashScreenView.SplashScreenView
, splash_screen.SplashScreenView.backgroundColor
.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:tbib_splash_screen/splash_screen.dart
that imports:package:lottie/lottie.dart
that imports:package:lottie/src/providers/network_provider.dart
that imports:package:lottie/src/providers/provider_io.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
WARNING: The declaration '_androidLaunchItemXml' isn't referenced.
lib/templates.dart:5:14
╷
5 │ const String _androidLaunchItemXml = '''
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/templates.dart
WARNING: The declaration '_androidLaunchBackgroundXml' isn't referenced.
lib/templates.dart:11:14
╷
11 │ const String _androidLaunchBackgroundXml = '''
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/templates.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
animated_text_kit |
^4.2.2 |
4.2.2 | 4.2.2 |
flutter |
flutter |
0.0.0 | 0.0.0 |
lottie |
^2.3.2 |
2.7.0 | 3.3.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
- | 3.6.1 | 4.0.2 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.3.2` on lottie does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions lottie
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.