flutter_gemma_agent 0.1.0
flutter_gemma_agent: ^0.1.0 copied to clipboard
On-device agentic skills (SKILL.md + tool-calling loop) for flutter_gemma. Opt-in package adding text/JS/native-intent/MCP skill executors.
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
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.
10/10 points: 20% or more of the public API has dartdoc comments
236 out of 297 API elements (79.5 %) have documentation comments.
Some symbols that are missing documentation: flutter_gemma_agent.AddSkillDisclaimerDialog.AddSkillDisclaimerDialog.new, flutter_gemma_agent.AgentChatView.AgentChatView.new, flutter_gemma_agent.AgentErrorEvent.AgentErrorEvent.new, flutter_gemma_agent.AgentErrorEvent.message, flutter_gemma_agent.AgentLoop.AgentLoop.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:flutter_gemma_agent/flutter_gemma_agent.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_executor.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:flutter_gemma_agent/flutter_gemma_agent.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_executor.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:flutter_gemma_agent/flutter_gemma_agent.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_executor.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_calendar_io.dartthat imports:package:add_2_calendar/add_2_calendar.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:flutter_gemma_agent/flutter_gemma_agent.dartthat imports:package:flutter_gemma_agent/src/ui/skill_tester_view.dartthat imports:package:flutter_gemma_agent/src/ui/skill_result_view.dartthat imports:package:flutter_gemma_agent/src/ui/webview_widget.dartthat imports:package:flutter_gemma_agent/src/ui/webview_widget_io.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
Because:
package:flutter_gemma_agent/flutter_gemma_agent.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_executor.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_calendar_io.dartthat imports:package:add_2_calendar/add_2_calendar.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:flutter_gemma_agent/flutter_gemma_agent.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_executor.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:flutter_gemma_agent/flutter_gemma_agent.dartthat imports:package:flutter_gemma_agent/src/executors/native_intent_executor.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat imports:package:flutter_local_notifications_windows/src/plugin/stub.dartthat imports:package:flutter_local_notifications_windows/src/plugin/base.dartthat imports:package:flutter_local_notifications_windows/src/details.dartthat imports:package:flutter_local_notifications_windows/src/details/notification_row.dartthat imports:package:flutter_local_notifications_windows/src/details/notification_parts.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
WARNING: The asset directory 'assets/skills/send-email/' doesn't exist.
pubspec.yaml:81:7
╷
81 │ - assets/skills/send-email/
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml
WARNING: The asset directory 'assets/skills/create-calendar-event/' doesn't exist.
pubspec.yaml:82:7
╷
82 │ - assets/skills/create-calendar-event/
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
add_2_calendar |
^3.1.1 |
3.1.1 | 3.1.1 | |
flutter_gemma |
^1.2.0 |
1.2.0 | 1.2.0 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_local_notifications |
^22.0.0 |
22.0.1 | 22.0.1 | |
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
timezone |
^0.11.0 |
0.11.1 | 0.11.1 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
web |
^1.1.0 |
1.1.1 | 1.1.1 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.14, Flutter 3.44.4, Dart 3.12.2.
Check the analysis log for details.