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

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

2
likes
70/ 160
pub points
224
downloads

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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
10 / 20trigger folding of the section

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 1211373 elements... Initialized dartdoc with 1449 libraries Generating docs for library flutter_up.dart from package:flutter_up/flutter_up.dart... Generating docs for library helpers/up_toast.dart from package:flutter_up/helpers/up_toast.dart... Generating docs for library helpers/up_date_time.dart from package:flutter_up/helpers/up_date_time.dart... Generating docs for library helpers/up_clipboard.dart from package:flutter_up/helpers/up_clipboard.dart... Generating docs for library helpers/up_layout.dart from package:flutter_up/helpers/up_layout.dart... [54 more lines] ERR: warning: flutter_up has no library level documentation comments from flutter_up: (file:///tmp/pana_RHNRCJ/lib/flutter_up.dart:1:9) warning: flutter_up has no library level documentation comments from flutter_up: (file:///tmp/pana_RHNRCJ/lib/flutter_up_web.dart:1:9) error: file already written at "flutter_up/index.html" for symbol flutter_up: (file:///tmp/pana_RHNRCJ/lib/flutter_up_web.dart:1:9) conflicting with file already generated by flutter_up: (file:///tmp/pana_RHNRCJ/lib/flutter_up.dart:1:9) 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]

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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.

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 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
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
dart_code_viewer2 ^1.0.0 1.0.2 1.0.2
encrypt ^5.0.1 5.0.3 5.0.3
flutter flutter 0.0.0 0.0.0
flutter_toastr ^1.0.3 1.0.3 1.0.3
fluttertoast ^8.0.9 8.2.10 8.2.10
get_it ^7.2.0 7.7.0 8.0.3
go_router ^5.1.1 5.2.4 14.6.2
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
args - 2.6.0 2.6.0
asn1lib - 1.5.8 1.5.8
async - 2.12.0 2.12.0
characters - 1.3.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
flutter_web_plugins - 0.0.0 0.0.0
js - 0.7.1 0.7.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 3.9.1
sky_engine - 0.0.0 0.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.14 6.3.14
url_launcher_ios - 6.3.2 6.3.2
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.3.3 2.3.3
url_launcher_windows - 3.1.3 3.1.3
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0

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.

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 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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

2
likes
70
points
224
downloads

Publisher

verified publisherhorizech.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

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