customtabview 0.2.1 copy "customtabview: ^0.2.1" to clipboard
customtabview: ^0.2.1 copied to clipboard

[pending analysis]

A custom tab view that safely handles dynamic tab rendering and avoids crashes from tab count mismatches.

70/ 160
pub points
36
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

11 out of 12 API elements (91.7 %) have documentation comments.

Some symbols that are missing documentation: customtabview.

Passed check 10/10 points: Package has an example

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 15 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:customtabview/src/bloc/custom_tab_bloc.freezed.dart'.

lib/src/bloc/custom_tab_bloc.dart:4:6

  ╷
4 │ part 'custom_tab_bloc.freezed.dart';
  │      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: The name 'Initialize' isn't a type, so it can't be used as a type argument.

lib/src/bloc/custom_tab_bloc.dart:20:8

   ╷
20 │     on<Initialize>(_onInitialize);
   │        ^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
flutter_bloc ^9.1.1 9.1.1 9.1.1
freezed_annotation ^3.0.0 3.1.0 3.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 9.2.0 9.2.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
json_annotation - 4.11.0 4.11.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
provider - 6.1.5+1 6.1.5+1
vector_math - 2.2.0 2.2.0

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 13 errors:

  • URI_DOES_NOT_EXIST - lib/src/bloc/custom_tab_bloc.dart:4:6 - Target of URI doesn't exist: 'package:customtabview/src/bloc/custom_tab_bloc.freezed.dart'.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/bloc/custom_tab_bloc.dart:20:8 - The name 'Initialize' isn't a type, so it can't be used as a type argument.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/bloc/custom_tab_bloc.dart:21:8 - The name 'TabChanged' isn't a type, so it can't be used as a type argument.

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.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
70
points
36
downloads

Publisher

verified publisherdivinefavour.ca

Weekly Downloads

A custom tab view that safely handles dynamic tab rendering and avoids crashes from tab count mismatches.

Repository (GitHub)
View/report issues

Documentation

API reference

License

(pending) (license)

Dependencies

flutter, flutter_bloc, freezed_annotation

More

Packages that depend on customtabview