Skip to content

Commit 94b04d8

Browse files
committed
Merge remote-tracking branch 'origin/fix_ipad_version'
2 parents b34d6b8 + b15a884 commit 94b04d8

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

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: 5 additions & 5 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": "fedb6f81b19ade10cd74b61f17b41895",
7-
"version.json": "64596a97a08c45430133f751570e7264",
6+
const RESOURCES = {"flutter_bootstrap.js": "7fe28a159f43892742d448bc2111f35d",
7+
"version.json": "17902c239a077fde0a41f4a2da84fb3e",
88
"index.html": "aa6f466ba4f6154a3e7ad6465ec3796b",
99
"/": "aa6f466ba4f6154a3e7ad6465ec3796b",
1010
"main.dart.js": "75f50268cacd8c01dbe6b114345cee18",
@@ -19,9 +19,9 @@ const RESOURCES = {"flutter_bootstrap.js": "fedb6f81b19ade10cd74b61f17b41895",
1919
"assets/NOTICES": "531823d11a6723ff9b0c92ea2e15f876",
2020
"assets/FontManifest.json": "4ee0c175f808288afd964ac8e4f01899",
2121
"assets/AssetManifest.bin.json": "48b90f4d210cc532503ae3ce0e69153b",
22-
"assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf": "b72c617acdf2227c8b1413215f620711",
23-
"assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf": "a5d7457fda15b7622c14f432ba63039a",
24-
"assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf": "f25e8e701660fb45e2a81ff3f43c6d5c",
22+
"assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf": "04f83c01dded195a11d21c2edf643455",
23+
"assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf": "f3307f62ddff94d2cd8b103daf8d1b0f",
24+
"assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf": "17ee8e30dde24e349e70ffcdc0073fb0",
2525
"assets/packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Medium.ttf": "7cfbd4284ec01b7ace2f8edb5cddae84",
2626
"assets/packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Regular.ttf": "b4618f1f7f4cee0ac09873fcc5a966f9",
2727
"assets/packages/devtools_app_shared/fonts/Roboto_Mono/RobotoMono-Light.ttf": "9d1044ccdbba0efa9a2bfc719a446702",

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.8","package_name":"flutterflow_debug_panel"}
1+
{"app_name":"flutterflow_debug_panel","version":"0.2.0","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.7
2+
version: 0.1.9
33
issueTracker: https://github.com/FlutterFlow/flutterflow-issues/issues
44
materialIconCodePoint: "0xe115"

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ packages:
206206
dependency: "direct main"
207207
description:
208208
name: font_awesome_flutter
209-
sha256: "52671aea66da73b58d42ec6d0912b727a42248dd9a7c76d6c20f275783c48c08"
209+
sha256: "275ff26905134bcb59417cf60ad979136f1f8257f2f449914b2c3e05bbb4cd6f"
210210
url: "https://pub.dev"
211211
source: hosted
212-
version: "10.6.0"
212+
version: "10.7.0"
213213
google_fonts:
214214
dependency: "direct main"
215215
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.8
19+
version: 0.2.0
2020

2121
environment:
2222
sdk: ">=3.4.3 <4.0.0"
@@ -31,7 +31,7 @@ dependencies:
3131
auto_size_text: 3.0.0
3232
flutter:
3333
sdk: flutter
34-
font_awesome_flutter: 10.6.0
34+
font_awesome_flutter: 10.7.0
3535
devtools_extensions: 0.2.1
3636
devtools_app_shared: 0.2.1
3737
debug_panel_proto:

0 commit comments

Comments
 (0)