ga_flutter 0.0.2
ga_flutter: ^0.0.2 copied to clipboard
package GA
We analyzed this package 20 days ago, and awarded it 95 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting ga_flutter... Discovering libraries... Linking elements... Precaching local docs for 687332 elements... Initialized dartdoc with 1030 libraries Generating docs for library components/grid/ga_grid.dart from package:ga_flutter/components/grid/ga_grid.dart... Generating docs for library components/grid/model/ga_column.dart from package:ga_flutter/components/grid/model/ga_column.dart... Generating docs for library ga_flutter.dart from package:ga_flutter/ga_flutter.dart... Generating docs for library Utils/ga_model.dart from package:ga_flutter/Utils/ga_model.dart... Documented 4 public libraries in 54.4 seconds ERR: warning: ga_flutter has no library level documentation comments from ga_flutter: (file:///tmp/pana_NYOIFC/lib/components/grid/ga_grid.dart:1:1) warning: ga_flutter has no library level documentation comments from ga_flutter: (file:///tmp/pana_NYOIFC/lib/ga_flutter.dart:1:1) error: file already written at "ga_flutter/index.html" for symbol ga_flutter: (file:///tmp/pana_NYOIFC/lib/ga_flutter.dart:1:1) conflicting with file already generated by ga_flutter: (file:///tmp/pana_NYOIFC/lib/components/grid/ga_grid.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'ga_flutter' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [29 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Constructors in '@immutable' classes should be declared as 'const'.
lib/components/grid/ga_grid.dart:16:3
╷
16 │ GaGrid({super.key, required this.dataSource,required this.colunas, this.columnGroups});
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/grid/ga_grid.dart
INFO: Invalid use of a private type in a public API.
lib/components/grid/ga_grid.dart:19:3
╷
19 │ _GaGridState createState() => _GaGridState(dataSource: dataSource, colunas: colunas, columnGroups: columnGroups);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/grid/ga_grid.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
json_annotation |
^4.0.1 |
4.9.0 | 4.9.0 | |
pluto_grid |
^7.0.2 |
7.0.2 | 8.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
intl |
- | 0.18.1 | 0.20.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^7.0.2` on pluto_grid does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions pluto_grid 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.