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

Flutter SDK for Appgram - Feature voting, roadmaps, changelogs, help center, support tickets, status pages, surveys, contact forms, and blog. Build complete user feedback and support systems with pre- [...]

130/ 160
pub points
114
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Repository URL doesn't exist.

At the time of the analysis https://github.com/appgram/appgram-flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/appgram/appgram-flutter/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://docs.appgram.dev/sdks/flutter 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.

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

629 out of 1547 API elements (40.7 %) have documentation comments.

Some symbols that are missing documentation: appgram_flutter.ApiError, appgram_flutter.ApiError.ApiError.fromJson, appgram_flutter.ApiError.ApiError.new, appgram_flutter.ApiError.code, appgram_flutter.ApiError.message.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:appgram_flutter/appgram_flutter.dart that imports:
  • package:appgram_flutter/src/utils/utils.dart that imports:
  • package:appgram_flutter/src/utils/fingerprint.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • dart:io

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:appgram_flutter/appgram_flutter.dart that imports:
  • package:appgram_flutter/src/utils/utils.dart that imports:
  • package:appgram_flutter/src/utils/fingerprint.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:appgram_flutter/appgram_flutter.dart that imports:
  • package:appgram_flutter/src/utils/utils.dart that imports:
  • package:appgram_flutter/src/utils/fingerprint.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `Linux`.

Because:

  • package:appgram_flutter/appgram_flutter.dart that imports:
  • package:appgram_flutter/src/utils/utils.dart that imports:
  • package:appgram_flutter/src/utils/fingerprint.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:appgram_flutter/appgram_flutter.dart that imports:
  • package:appgram_flutter/src/utils/utils.dart that imports:
  • package:appgram_flutter/src/utils/fingerprint.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 9 issues. Showing the first 2:

INFO: Local variables should be final.

lib/src/widgets/base/appgram_button.dart:82:5

   ╷
82 │     Widget buttonChild = isLoading
   │     ^^^^^^
   ╵

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

INFO: Use 'const' with the constructor to improve performance.

lib/src/widgets/blog/blog_list.dart:262:23

    ╷
262 │ ┌                       AppgramBadge(
263 │ │                         label: 'Featured',
264 │ │                         variant: AppgramBadgeVariant.primary,
265 │ │                         icon: const Icon(Icons.star),
266 │ │                       ),
    │ └───────────────────────^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/blog/blog_list.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
crypto ^3.0.3 3.0.7 3.0.7
device_info_plus ^10.0.0 10.1.2 12.3.0
dio ^5.4.0 5.9.2 5.9.2
flutter_html ^3.0.0 3.0.0 3.0.0
flutter_markdown ^0.6.18 0.6.23 0.7.7+1 Discontinued
flutter_riverpod ^2.4.0 2.6.1 3.3.1
freezed_annotation ^2.4.0 2.4.4 3.1.0
json_annotation ^4.8.0 4.11.0 4.11.0
shared_preferences ^2.2.0 2.5.4 2.5.4
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
csslib - 1.0.2 1.0.2
device_info_plus_platform_interface - 7.0.3 7.0.3
dio_web_adapter - 2.1.2 2.1.2
ffi - 2.2.0 2.2.0
file - 7.0.1 7.0.1
html - 0.15.6 0.15.6
http_parser - 4.1.2 4.1.2
list_counter - 1.0.2 1.0.2
markdown - 7.3.1 7.3.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
mime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
riverpod - 2.6.1 3.2.1
shared_preferences_android - 2.4.21 2.4.21
shared_preferences_foundation - 2.5.6 2.5.6
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1
win32 - 5.15.0 6.0.0
win32_registry - 1.1.5 3.0.2
xdg_directories - 1.1.0 1.1.0

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

Found 5 issues. Showing the first 2:

The constraint `^10.0.0` on device_info_plus does not support the stable version `11.0.0`.

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

The constraint `^0.6.18` on flutter_markdown does not support the stable version `0.7.0`.

Try running dart pub upgrade --major-versions flutter_markdown 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.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
114
downloads

Documentation

Documentation
API reference

Publisher

verified publisherappgram.dev

Weekly Downloads

Flutter SDK for Appgram - Feature voting, roadmaps, changelogs, help center, support tickets, status pages, surveys, contact forms, and blog. Build complete user feedback and support systems with pre-built widgets and headless providers.

Homepage
Repository (GitHub)
View/report issues

Topics

#feedback #roadmap #changelog #support #help-center

License

MIT (license)

Dependencies

crypto, device_info_plus, dio, flutter, flutter_html, flutter_markdown, flutter_riverpod, freezed_annotation, json_annotation, shared_preferences

More

Packages that depend on appgram_flutter