introduction_story 0.1.0
introduction_story: ^0.1.0 copied to clipboard
A social media story inspired screen to be used for introductions, whether to give users some information about your app (onboarding) or introduce new feature!
We analyzed this package 36 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:3:1
╷
3 │ <a href="http://opensource.org/licenses/MIT"><img src="https://img.shields.io/github/license/EhabSalah/introduction_story?style=plastic" alt="MIT license" /></a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
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
22 out of 23 API elements (95.7 %) have documentation comments.
Some symbols that are missing documentation: introduction_story.
10/10 points: Package has an example
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 not compatible with platform Web
Because:
package:introduction_story/introduction_story.dartthat imports:package:introduction_story/src/model/story_decoration.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: Doc directive 'macros' is unknown.
lib/src/widgets/introduction_story_screen.dart:16:9
╷
16 │ /// {@macros introduction_story_screen}
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/introduction_story_screen.dart
INFO: Missing type annotation.
lib/src/bloc/introduction_bloc.dart:71:19
╷
71 │ void _onStarted(_, Emitter<IntroductionState> emit) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/bloc/introduction_bloc.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.3 |
2.0.8 | 2.0.8 | |
flutter_bloc |
^8.0.1 |
8.1.6 | 9.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bloc |
- | 8.1.4 | 9.2.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
nested |
- | 1.0.0 | 1.0.0 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
vector_math |
- | 2.2.0 | 2.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^8.0.1` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc 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.23.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.