Skip to content

Commit f9ffedb

Browse files
committed
small refactor
1 parent 90fcc4e commit f9ffedb

File tree

5 files changed

+49
-13
lines changed

5 files changed

+49
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.5
2+
3+
Small refactor
4+
15
## 0.0.4
26

37
Update to protobuf 3

lib/protos/schema.pb.dart

Lines changed: 36 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/protos/schema.pbjson.dart

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/schema.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ message DebugDataField {
2929
MapDebugDataField map_value = 4;
3030
}
3131
string link = 5;
32-
string widget_class_name = 6;
32+
string name = 6;
3333
bool nullable = 7;
34+
bool has_field = 8;
3435
}
3536

3637
message ListDebugDataField {
@@ -67,6 +68,7 @@ message WidgetClassDebugData {
6768
map<string, WidgetClassDebugData> component_states = 5;
6869
map<string, DynamicWidgetClassDebugData> dynamic_component_states = 6;
6970
string link = 7;
71+
string widget_class_name = 8;
7072
}
7173

7274
message DynamicWidgetClassDebugData {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: debug_panel_proto
22
description: "A Flutter package that specify the proto schema for debugging FlutterFlow projects."
3-
version: 0.0.4
3+
version: 0.0.5
44
homepage:
55

66
environment:

0 commit comments

Comments
 (0)