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

discontinued
PlatformAndroidiOS

Beagle is an open source framework for multiplatform development using the concept of Server-Driven UI.

115/ 160
pub points
53
downloads

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

Failed report section
Follow Dart file conventions
25 / 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://github.com/ZupIT/beagle-flutter/tree/main/beagle was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

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

138 out of 507 API elements (27.2 %) have documentation comments.

Some symbols that are missing documentation: beagle, beagle.AlignContent, beagle.AlignItems, beagle.AlignSelf, beagle.AnalyticsConfig.AnalyticsConfig.new.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:beagle/beagle.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:beagle/beagle.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

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

Because:

  • package:beagle/beagle.dart that declares support for platforms: Android, iOS.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

It does not contain ios/beagle/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

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

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

Found 10 issues. Showing the first 2:

WARNING: Duplicate export.

lib/beagle.dart:79:8

   ╷
79 │ export 'package:beagle/src/model/beagle_ui_element.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

WARNING: Duplicate export.

lib/beagle.dart:83:8

   ╷
83 │ export 'package:beagle/src/utils/color.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
collection ^1.15.0 1.19.1 1.19.1
flutter_js ^0.5.0+5 0.5.0+6 0.8.7
http ^0.13.3 0.13.6 1.6.0
meta ^1.7.0 1.17.0 1.18.1
url_launcher ^6.0.9 6.3.2 6.3.2
web_socket_channel ^2.1.0 2.4.5 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
crypto - 3.0.7 3.0.7
ffi - 1.2.1 2.2.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.0
path - 1.9.1 1.9.1
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.2 1.10.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
sync_http - 0.3.1 0.3.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 - 0.5.1 1.1.1

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

Found 3 issues. Showing the first 2:

The constraint `^0.5.0+5` on flutter_js does not support the stable version `0.6.0`.

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

The constraint `^0.13.3` on http does not support the stable version `1.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.0, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
4
likes
115
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

Beagle is an open source framework for multiplatform development using the concept of Server-Driven UI.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, flutter_js, http, meta, url_launcher, web_socket_channel

More

Packages that depend on beagle

Packages that implement beagle