Skip to content

Commit fbaa4c0

Browse files
committed
Rename library file to flutterflow_debug_panel.dart
1 parent 7c49157 commit fbaa4c0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

extension/devtools/build/flutter_bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/devtools/build/flutter_service_worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
33
const TEMP = 'flutter-temp-cache';
44
const CACHE_NAME = 'flutter-app-cache';
55

6-
const RESOURCES = {"flutter_bootstrap.js": "b0d5fbdab3c638b51368eec0b277823e",
7-
"version.json": "161cb1d8ee0b772453f97dcd7640157e",
6+
const RESOURCES = {"flutter_bootstrap.js": "36534cf0e45e8a7f91a6baef39683f13",
7+
"version.json": "66bac49b2d658beedf9a324c66783611",
88
"index.html": "aa6f466ba4f6154a3e7ad6465ec3796b",
99
"/": "aa6f466ba4f6154a3e7ad6465ec3796b",
1010
"main.dart.js": "e8f1957395a5cb93916c30492e6de2f7",

extension/devtools/build/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"app_name":"flutterflow_debug_panel","version":"0.1.1","package_name":"flutterflow_debug_panel"}
1+
{"app_name":"flutterflow_debug_panel","version":"0.1.2","package_name":"flutterflow_debug_panel"}

extension/devtools/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: flutterflow_debug_panel
2-
version: 0.1.1
2+
version: 0.1.2
33
issueTracker: https://github.com/FlutterFlow/flutterflow-issues/issues
44
materialIconCodePoint: "0xe115"
File renamed without changes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.1.1
19+
version: 0.1.2
2020

2121
environment:
2222
sdk: ">=3.4.3 <4.0.0"

0 commit comments

Comments
 (0)