flutter_setup_helper 1.1.6 copy "flutter_setup_helper: ^1.1.6" to clipboard
flutter_setup_helper: ^1.1.6 copied to clipboard

A Dart package to streamline the creation of a standardized Flutter project structure. It sets up essential directories and files, helping developers start their projects with a solid foundation.

120/ 160
pub points
41
downloads

We analyzed this package 26 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

99 out of 181 API elements (54.7 %) have documentation comments.

Some symbols that are missing documentation: custom_button, custom_button.CustomButton.CustomButton.new, custom_material_app, custom_material_app.CustomMaterialApp.CustomMaterialApp.new, custom_shimmer.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:flutter_setup_helper/flutter_setup_helper.dart that imports:
  • package:flutter_setup_helper/Helper/network_utils.dart that imports:
  • package:dio/io.dart that imports:
  • package:dio/src/dio/dio_for_native.dart that imports:
  • package:dio/src/adapters/io_adapter.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flutter_setup_helper/flutter_setup_helper.dart that imports:
  • package:flutter_setup_helper/Helper/network_utils.dart that imports:
  • package:get_storage/get_storage.dart that imports:
  • package:get_storage/src/storage_impl.dart that imports:
  • package:get_storage/src/storage/html.dart that imports:
  • dart:html

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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 14 issues. Showing the first 2:

INFO: The variable name 'BASE_URL' isn't a lowerCamelCase identifier.

lib/Helper/network_utils.dart:21:8

   ╷
21 │ String BASE_URL = '';
   │        ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/Helper/network_utils.dart

INFO: 'DefaultHttpClientAdapter' is deprecated and shouldn't be used. Use IOHttpClientAdapter instead. This will be removed in 6.0.0.

lib/Helper/network_utils.dart:45:29

   ╷
45 │   (dio.httpClientAdapter as DefaultHttpClientAdapter).onHttpClientCreate =
   │                             ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/Helper/network_utils.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
args ^2.0.0 2.7.0 2.7.0
dio ^5.3.3 5.9.0 5.9.0
get ^4.6.5 4.7.2 4.7.2
get_storage ^2.1.1 2.1.1 2.1.1
google_fonts ^5.1.0 5.1.0 6.3.2
path ^1.8.0 1.9.1 1.9.1
shimmer ^3.0.0 3.0.0 3.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dio_web_adapter - 2.1.1 2.1.1
ffi - 2.1.4 2.1.4
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.3 2.4.3
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^5.1.0` on google_fonts does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions google_fonts to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.35.7, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
120
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package to streamline the creation of a standardized Flutter project structure. It sets up essential directories and files, helping developers start their projects with a solid foundation.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

args, dio, flutter, get, get_storage, google_fonts, path, shimmer

More

Packages that depend on flutter_setup_helper