realsoft_stater_kit 1.0.1
realsoft_stater_kit: ^1.0.1 copied to clipboard
A Flutter starter kit with GetX, Dio, and other utilities for rapid app development.
We analyzed this package 32 hours ago, and awarded it 95 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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 ("1.0.1").
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
38 out of 301 API elements (12.6 %) 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.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: app_colors, app_colors.AppColors, app_colors.AppColors.AppColors.new, app_colors.AppColors.appPrimaryColor, app_colors.AppColors.dashboardTileBlue.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:realsoft_stater_kit/app/custom_widgets/r3_dropdown.dartthat imports:package:realsoft_stater_kit/app/data/dataLayer/common_functions.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:dart:io
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:realsoft_stater_kit/app/custom_widgets/r3_dropdown.dartthat imports:package:realsoft_stater_kit/app/data/dataLayer/common_functions.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:realsoft_stater_kit/app/custom_widgets/r3_dropdown.dartthat imports:package:realsoft_stater_kit/app/data/dataLayer/common_functions.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:realsoft_stater_kit/app/custom_widgets/r3_dropdown.dartthat imports:package:realsoft_stater_kit/app/data/dataLayer/common_functions.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:realsoft_stater_kit/app/custom_widgets/r3_dropdown.dartthat imports:package:realsoft_stater_kit/app/data/dataLayer/common_functions.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 48 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: CustomButton.backgroundColor, CustomButton.fontSize
lib/app/custom_widgets/custom_button.dart:5:7
╷
5 │ class CustomButton extends StatelessWidget {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/custom_widgets/custom_button.dart
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: R3ComboBox.manualList, R3ComboBox.bottomSheetTitle, R3ComboBox.masterTypeId, R3ComboBox.fieldId, R3ComboBox.guid, R3ComboBox.params, R3ComboBox.r3ddControllerObj, R3ComboBox.onSelected, R3ComboBox.maxLines, R3ComboBox.textOverflow, R3ComboBox.backgroudColor, R3ComboBox.border, R3ComboBox.titleStyle, R3ComboBox.showDownArrow, R3ComboBox.color, R3ComboBox.enable
lib/app/custom_widgets/r3_dropdown.dart:53:7
╷
53 │ class R3ComboBox extends StatefulWidget {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/app/custom_widgets/r3_dropdown.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
another_flushbar |
^1.12.30 |
1.12.32 | 1.12.32 | |
cupertino_icons |
^1.0.8 |
1.0.8 | 1.0.8 | |
device_info_plus |
^11.1.1 |
11.5.0 | 12.3.0 | |
dio |
^5.4.0 |
5.9.0 | 5.9.0 | |
dotted_border |
^2.1.0 |
2.1.0 | 3.1.0 | |
flutter_dotenv |
^5.1.0 |
5.2.1 | 6.0.0 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
flutter_secure_storage |
^9.2.2 |
9.2.4 | 10.0.0 | |
flutter_svg |
^2.0.10+1 |
2.2.3 | 2.2.3 | |
get |
^4.7.2 |
4.7.3 | 4.7.3 | |
google_fonts |
^6.2.1 |
6.3.3 | 7.0.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.3.0 |
6.3.2 | 6.3.2 | |
uuid |
^4.5.0 |
4.5.2 | 4.5.2 | |
webview_flutter |
^4.9.0 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^11.1.1` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^2.1.0` on dotted_border does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions dotted_border 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.