cresce_ui 0.11.3 copy "cresce_ui: ^0.11.3" to clipboard
cresce_ui: ^0.11.3 copied to clipboard

Cresce app ui elements.

0
likes
50/ 160
pub points
24%
popularity

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

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

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 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/CresceComAmor/cresce-ui was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: cresce_ui,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

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

34 out of 312 API elements (10.9 %) 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: cresce_ui, cresce_ui.CAlertStyle, cresce_ui.CAlertStyle.CAlertStyle, cresce_ui.CAlertStyle.getDefaultState, cresce_ui.CAlertStyle.getTappedState.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

ERROR: The name 'CarouselController' is defined in the libraries 'package:carousel_slider/carousel_controller.dart (via package:carousel_slider/carousel_slider.dart)' and 'package:flutter/src/material/carousel.dart (via package:flutter/material.dart)'.

lib/src/c_wizard.dart:16:9

   ╷
16 │   final CarouselController _controller = CarouselController();
   │         ^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The name 'CarouselController' is defined in the libraries 'package:carousel_slider/carousel_controller.dart (via package:carousel_slider/carousel_slider.dart)' and 'package:flutter/src/material/carousel.dart (via package:flutter/material.dart)'.

lib/src/c_wizard.dart:16:42

   ╷
16 │   final CarouselController _controller = CarouselController();
   │                                          ^^^^^^^^^^^^^^^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest
carousel_slider ^4.2.1 4.2.1 5.0.0
flutter flutter 0.0.0 0.0.0
font_awesome_flutter ^10.6.0 10.7.0 10.7.0
integration_test flutter 0.0.0 0.0.0
intl ^0.18.1 0.18.1 0.19.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
fake_async - 1.3.1 1.3.1
file - 7.0.0 7.0.0
flutter_driver - 0.0.0 0.0.0
flutter_test - 0.0.0 0.0.0
fuchsia_remote_debug_protocol - 0.0.0 0.0.0
leak_tracker - 10.0.5 10.0.7
leak_tracker_flutter_testing - 3.0.5 3.0.8
leak_tracker_testing - 3.0.1 3.0.1
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.0 1.9.0
platform - 3.1.5 3.1.5
process - 5.0.2 5.0.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.12.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.3.0
sync_http - 0.3.1 0.3.1
term_glyph - 1.2.1 1.2.1
test_api - 0.7.2 0.7.3
vector_math - 2.1.4 2.1.4
vm_service - 14.2.5 14.3.0
webdriver - 3.0.3 3.0.3

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

The constraint `^4.2.1` on carousel_slider does not support the stable version `5.0.0`.

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

The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.

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

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • AMBIGUOUS_IMPORT - lib/src/c_wizard.dart:16:9 - The name 'CarouselController' is defined in the libraries 'package:carousel_slider/carousel_controller.dart (via package:carousel_slider/carousel_slider.dart)' and 'package:flutter/src/material/carousel.dart (via package:flutter/material.dart)'.
  • AMBIGUOUS_IMPORT - lib/src/c_wizard.dart:16:42 - The name 'CarouselController' is defined in the libraries 'package:carousel_slider/carousel_controller.dart (via package:carousel_slider/carousel_slider.dart)' and 'package:flutter/src/material/carousel.dart (via package:flutter/material.dart)'.
  • INVOCATION_OF_NON_FUNCTION - lib/src/c_wizard.dart:16:42 - 'CarouselController' isn't a function.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.12, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.

0
likes
50
pub points
24%
popularity

Publisher

unverified uploader

Cresce app ui elements.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

carousel_slider, flutter, font_awesome_flutter, integration_test, intl

More

Packages that depend on cresce_ui