flutter_web_struct 0.0.2
flutter_web_struct: ^0.0.2 copied to clipboard
This package simplifies the creation of web applications taking into account responsiveness and much more.
We analyzed this package 35 hours ago, and awarded it 110 pub points (of a possible 140):
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: Unlicense
.
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 4 out of 66 API elements (6.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: WebPage.title, WebPage.typePage
lib/src/webpage.dart:8:16
╷
8 │ abstract class WebPage extends StatelessWidget {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/webpage.dart
INFO: The import of 'package:flutter/widgets.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/src/material_web_app.dart:2:8
╷
2 │ import 'package:flutter/widgets.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/material_web_app.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flemme |
^0.0.5 |
0.0.8 | 0.0.8 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_web_plugins |
flutter |
0.0.0 | 0.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
characters |
- | 1.3.0 | 1.3.0 |
clock |
- | 1.1.1 | 1.1.1 |
collection |
- | 1.17.1 | 1.17.2 |
get_time_ago |
- | 1.2.2 | 1.2.2 |
http |
- | 0.13.6 | 1.0.0 |
http_parser |
- | 4.0.2 | 4.0.2 |
intl |
- | 0.18.1 | 0.18.1 |
js |
- | 0.6.7 | 0.6.7 |
material_color_utilities |
- | 0.2.0 | 0.5.0 |
meta |
- | 1.9.1 | 1.9.1 |
path |
- | 1.8.3 | 1.8.3 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.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 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 & Flutter 3.10 compatible!
Analysed with Pana 0.21.32
, Flutter 3.10.2
, Dart 3.0.2
.