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.

2
likes
70/ 160
pub points
286
downloads

We analyzed this package 13 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.

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 1217553 elements... Initialized dartdoc with 1454 libraries Generating docs for library services/up_search.dart from package:flutter_up/services/up_search.dart... Generating docs for library services/up_scaffold_helper.dart from package:flutter_up/services/up_scaffold_helper.dart... Generating docs for library services/up_layout.dart from package:flutter_up/services/up_layout.dart... Generating docs for library services/up_navigation.dart from package:flutter_up/services/up_navigation.dart... Generating docs for library services/up_url.dart from package:flutter_up/services/up_url.dart... [54 more lines] ERR: warning: flutter_up has no library level documentation comments from flutter_up: (file:///tmp/pana_CLBJCK/lib/flutter_up_web.dart:1:1) warning: flutter_up has no library level documentation comments from flutter_up: (file:///tmp/pana_CLBJCK/lib/flutter_up.dart:1:1) error: file already written at "flutter_up/index.html" for symbol flutter_up: (file:///tmp/pana_CLBJCK/lib/flutter_up.dart:1:1) conflicting with file already generated by flutter_up: (file:///tmp/pana_CLBJCK/lib/flutter_up_web.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 [18 more lines]

Passed check 10/10 points: Package has an example

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

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

  • ✓ Web

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:flutter_up/flutter_up.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:flutter_up/flutter_up.dart that declares support for platforms: Web.
Package does not support platform `Windows`.

Because:

  • package:flutter_up/flutter_up.dart that declares support for platforms: Web.
Package does not support platform `Linux`.

Because:

  • package:flutter_up/flutter_up.dart that declares support for platforms: Web.
Package does not support platform `macOS`.

Because:

  • package:flutter_up/flutter_up.dart that declares support for platforms: Web.

Failed check 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 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 49 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.2 1.0.2
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.12 8.2.12
get_it ^7.2.0 7.7.0 8.0.3
go_router ^5.1.1 5.2.4 15.1.0
rxdart ^0.26.0 0.26.0 0.28.0
url_launcher ^6.1.6 6.3.1 6.3.1
uuid ^3.0.6 3.0.7 4.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.3 1.6.3
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
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.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
url_launcher_android - 6.3.16 6.3.16
url_launcher_ios - 6.3.3 6.3.3
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.2 3.2.2
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
vector_math - 2.1.4 2.1.5
web - 1.1.1 1.1.1

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

Found 4 issues. Showing the first 2:

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.

The constraint `^5.1.1` on go_router does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions go_router 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.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
70
points
286
downloads

Publisher

verified publisherhorizech.com

Weekly Downloads

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

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dart_code_viewer2, encrypt, flutter, flutter_toastr, fluttertoast, get_it, go_router, rxdart, url_launcher, uuid

More

Packages that depend on flutter_up