@bdayadev/flutter-ultra-mcp 1.11.3 → 1.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +3 -3
- package/dart/ultra_flutter/README.md +2 -2
- package/dart/ultra_flutter/pubspec.yaml +1 -1
- package/dart/ultra_flutter_devtools/pubspec.yaml +1 -1
- package/package.json +1 -1
- package/skills/setup/SKILL.md +4 -4
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
{
|
|
11
11
|
"name": "flutter",
|
|
12
12
|
"description": "Durable cross-platform Flutter automation via 8 specialized MCP servers, in-app mixin binding, and an optional DevTools panel. Replaces marionette_mcp and the official dart mcp-server for Claude Code.",
|
|
13
|
-
"version": "1.11.
|
|
13
|
+
"version": "1.11.4",
|
|
14
14
|
"author": {
|
|
15
15
|
"name": "Bdaya-Dev",
|
|
16
16
|
"url": "https://github.com/Bdaya-Dev"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"tags": ["flutter", "dart", "mcp", "testing", "automation", "patrol", "cross-platform"]
|
|
24
24
|
}
|
|
25
25
|
],
|
|
26
|
-
"version": "1.11.
|
|
26
|
+
"version": "1.11.4"
|
|
27
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
|
|
3
3
|
"name": "flutter",
|
|
4
|
-
"version": "1.11.
|
|
4
|
+
"version": "1.11.4",
|
|
5
5
|
"description": "Durable cross-platform Flutter automation via 8 specialized MCP servers, in-app mixin binding, and an optional DevTools panel. Replaces marionette_mcp and the official dart mcp-server for Claude Code.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Bdaya-Dev",
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ import 'package:flutter/material.dart';
|
|
|
29
29
|
import 'package:ultra_flutter/ultra_flutter.dart';
|
|
30
30
|
|
|
31
31
|
void main() {
|
|
32
|
-
if (
|
|
32
|
+
if (!kReleaseMode) {
|
|
33
33
|
UltraFlutterBinding.ensureInitialized();
|
|
34
34
|
} else {
|
|
35
35
|
WidgetsFlutterBinding.ensureInitialized();
|
|
@@ -102,7 +102,7 @@ import 'package:flutter/foundation.dart';
|
|
|
102
102
|
import 'package:ultra_flutter/ultra_flutter.dart';
|
|
103
103
|
|
|
104
104
|
void main() {
|
|
105
|
-
if (
|
|
105
|
+
if (!kReleaseMode) {
|
|
106
106
|
UltraFlutterBinding.ensureInitialized();
|
|
107
107
|
} else {
|
|
108
108
|
WidgetsFlutterBinding.ensureInitialized();
|
|
@@ -124,7 +124,7 @@ class AppBinding extends WidgetsFlutterBinding
|
|
|
124
124
|
with SentryWidgetsBindingMixin, UltraFlutterBinding {}
|
|
125
125
|
|
|
126
126
|
void main() {
|
|
127
|
-
if (
|
|
127
|
+
if (!kReleaseMode) {
|
|
128
128
|
AppBinding();
|
|
129
129
|
} else {
|
|
130
130
|
WidgetsFlutterBinding.ensureInitialized();
|
|
@@ -11,7 +11,7 @@ import 'package:flutter/foundation.dart';
|
|
|
11
11
|
import 'package:ultra_flutter/ultra_flutter.dart';
|
|
12
12
|
|
|
13
13
|
void main() {
|
|
14
|
-
if (
|
|
14
|
+
if (!kReleaseMode) {
|
|
15
15
|
UltraFlutterBinding.ensureInitialized();
|
|
16
16
|
} else {
|
|
17
17
|
WidgetsFlutterBinding.ensureInitialized();
|
|
@@ -27,7 +27,7 @@ class AppBinding extends WidgetsFlutterBinding
|
|
|
27
27
|
with SentryWidgetsBindingMixin, UltraFlutterBinding {}
|
|
28
28
|
|
|
29
29
|
void main() async {
|
|
30
|
-
if (
|
|
30
|
+
if (!kReleaseMode) {
|
|
31
31
|
AppBinding();
|
|
32
32
|
} else {
|
|
33
33
|
WidgetsFlutterBinding.ensureInitialized();
|
|
@@ -4,7 +4,7 @@ description: >-
|
|
|
4
4
|
extensions (gesture, screenshot, inspector, screencast, log collection)
|
|
5
5
|
for the flutter-ultra-mcp Claude Code plugin. Composable with Sentry and
|
|
6
6
|
other WidgetsFlutterBinding subclasses via the mixin form.
|
|
7
|
-
version: 1.11.
|
|
7
|
+
version: 1.11.4
|
|
8
8
|
homepage: https://github.com/Bdaya-Dev/flutter-ultra-mcp
|
|
9
9
|
repository: https://github.com/Bdaya-Dev/flutter-ultra-mcp
|
|
10
10
|
issue_tracker: https://github.com/Bdaya-Dev/flutter-ultra-mcp/issues
|
|
@@ -2,7 +2,7 @@ name: ultra_flutter_devtools
|
|
|
2
2
|
description: >-
|
|
3
3
|
Flutter DevTools extension showing live MCP activity for the flutter-ultra-mcp
|
|
4
4
|
Claude Code plugin (sessions, recent tool calls, errors, screenshot grid).
|
|
5
|
-
version: 1.11.
|
|
5
|
+
version: 1.11.4
|
|
6
6
|
homepage: https://github.com/Bdaya-Dev/flutter-ultra-mcp
|
|
7
7
|
repository: https://github.com/Bdaya-Dev/flutter-ultra-mcp
|
|
8
8
|
issue_tracker: https://github.com/Bdaya-Dev/flutter-ultra-mcp/issues
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdayadev/flutter-ultra-mcp",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.4",
|
|
4
4
|
"description": "Flutter Ultra MCP plugin monorepo — 8 MCP servers + ultra_flutter Dart packages + skills for Claude Code.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/Bdaya-Dev/flutter-ultra-mcp",
|
package/skills/setup/SKILL.md
CHANGED
|
@@ -19,7 +19,7 @@ Expected end state: `UltraFlutterBinding` initialized in the app entry point, `u
|
|
|
19
19
|
|
|
20
20
|
### 2. Add `ultra_flutter` to dependencies
|
|
21
21
|
|
|
22
|
-
- `mcp__plugin_flutter_flutter-ultra-build__pub_add` with `package: ultra_flutter` (NOT dev — it runs in the app process, guarded by `
|
|
22
|
+
- `mcp__plugin_flutter_flutter-ultra-build__pub_add` with `package: ultra_flutter` (NOT dev — it runs in the app process, guarded by `!kReleaseMode`).
|
|
23
23
|
- If it fails (not on pub.dev), use `mcp__plugin_flutter_flutter-ultra-build__pubspec_overrides_set` to point to the bundled path, add `ultra_flutter: any` under `dependencies` manually, then `mcp__plugin_flutter_flutter-ultra-build__pub_get`.
|
|
24
24
|
|
|
25
25
|
### 3. Patch the app entry point
|
|
@@ -32,7 +32,7 @@ import 'package:flutter/widgets.dart';
|
|
|
32
32
|
import 'package:ultra_flutter/ultra_flutter.dart';
|
|
33
33
|
|
|
34
34
|
void main() {
|
|
35
|
-
if (
|
|
35
|
+
if (!kReleaseMode) {
|
|
36
36
|
UltraFlutterBinding.ensureInitialized();
|
|
37
37
|
} else {
|
|
38
38
|
WidgetsFlutterBinding.ensureInitialized();
|
|
@@ -53,7 +53,7 @@ class AppBinding extends WidgetsFlutterBinding
|
|
|
53
53
|
with SentryWidgetsBindingMixin, UltraFlutterBinding {}
|
|
54
54
|
|
|
55
55
|
void main() async {
|
|
56
|
-
if (
|
|
56
|
+
if (!kReleaseMode) {
|
|
57
57
|
AppBinding();
|
|
58
58
|
} else {
|
|
59
59
|
WidgetsFlutterBinding.ensureInitialized();
|
|
@@ -169,7 +169,7 @@ Future<void> main() async {
|
|
|
169
169
|
await SentryFlutter.init(
|
|
170
170
|
(options) { options.dsn = '...'; },
|
|
171
171
|
appRunner: () {
|
|
172
|
-
if (
|
|
172
|
+
if (!kReleaseMode) {
|
|
173
173
|
AppBinding();
|
|
174
174
|
} else {
|
|
175
175
|
WidgetsFlutterBinding.ensureInitialized();
|