flutter_up 1.0.0 copy "flutter_up: ^1.0.0" to clipboard
flutter_up: ^1.0.0 copied to clipboard

outdated

Horizech Flutter App Engine is a flutter kit with many ready to use components.

50/ 160
pub points
270
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://flutterup.dev was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

OUT: Documenting flutter_up... Discovering libraries... Linking elements... Precaching local docs for 1228164 elements... Initialized dartdoc with 1480 libraries Generating docs for library validation/up_custom_validation.dart from package:flutter_up/validation/up_custom_validation.dart... Generating docs for library validation/up_valdation.dart from package:flutter_up/validation/up_valdation.dart... Generating docs for library themes/up_themes.dart from package:flutter_up/themes/up_themes.dart... Generating docs for library themes/up_style.dart from package:flutter_up/themes/up_style.dart... Generating docs for library themes/up_theme_data.dart from package:flutter_up/themes/up_theme_data.dart... [54 more lines] ERR: warning: flutter_up has no library level documentation comments from flutter_up: (file:///tmp/pana_VKNAYZ/lib/flutter_up.dart:1:1) warning: flutter_up has no library level documentation comments from flutter_up: (file:///tmp/pana_VKNAYZ/lib/flutter_up_web.dart:1:1) error: file already written at "flutter_up/index.html" for symbol flutter_up: (file:///tmp/pana_VKNAYZ/lib/flutter_up_web.dart:1:1) conflicting with file already generated by flutter_up: (file:///tmp/pana_VKNAYZ/lib/flutter_up.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'flutter_up' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [16 more lines]

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 66 issues. Showing the first 2:

ERROR: The getter 'headline4' isn't defined for the type 'TextTheme'.

lib/widgets/up_drawer_item_card.dart:11:62

   ╷
11 │     final TextStyle? textStyle = Theme.of(context).textTheme.headline4;
   │                                                              ^^^^^^^^^
   ╵

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

WARNING: Unused import: 'package:flutter_up/themes/up_themes.dart'.

lib/flutter_up_app.dart:6:8

  ╷
6 │ import 'package:flutter_up/themes/up_themes.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
dart_code_viewer2 ^1.0.0 1.0.3 1.0.3
encrypt ^5.0.1 5.0.3 5.0.3
flutter_toastr ^1.0.3 1.0.3 1.0.3
fluttertoast ^8.0.9 8.2.14 9.0.0
get_it ^7.2.0 7.7.0 9.2.1
go_router ^5.1.1 5.2.4 17.1.0
rxdart ^0.26.0 0.26.0 0.28.0
url_launcher ^6.1.6 6.3.2 6.3.2
uuid ^3.0.6 3.0.7 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 4.0.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.28 6.3.28
url_launcher_ios - 6.4.1 6.4.1
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.2 2.4.2
url_launcher_windows - 3.1.5 3.1.5
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

Found 5 issues. Showing the first 2:

The constraint `^8.0.9` on fluttertoast does not support the stable version `9.0.0`.

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

The constraint `^7.2.0` on get_it does not support the stable version `8.0.0`.

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

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 1 error:

  • UNDEFINED_GETTER - lib/widgets/up_drawer_item_card.dart:11:62 - The getter 'headline4' isn't defined for the type 'TextTheme'.

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: