protobuf_message_editor 0.1.0
protobuf_message_editor: ^0.1.0 copied to clipboard
An editor widget for protobuf GeneratedMessage instances
0.1.0 #
- Refactored custom message editors to decouple the editor content widget from field expansion or navigation logic.
- Provided
CustomEditorProviderandSubmessageBuilderdown the widget tree viaProviderto simplify propagation.
Breaking changes: #
CustomEditorRegistryhas been largely abstracted into theCustomEditorProviderinterface.customEditorRegistryproperties has been renamed tocustomEditorProviderand accepts the new interface.submessageBuilderproperty now receives a content widget instead of just the submessage itself.ProtoNavigationStateand its nodes now trackfieldInfoalongside messages in their stack.
0.0.5 #
- Add
AnyEditorfor editinggoogle.protobuf.Anymessages - Add
AnyEditorRegistryfor managing available message types forAnyEditor
Breaking changes: #
SubmessageBuildertypedef has been updated to includeparentMessageandonRebuildRequestedparameters.- Add copy-to-edit button for frozen submessages
0.0.4 #
Added support for google.protobuf.BoolValue via a default custom editor registry
0.0.3 #
Added missing exports relevant to custom field editors
0.0.2 #
ProtoDualPanelMessageEditor can now accept a root message instead of a ProtoNavigationState.
When used this way, the widget will create an internally managed ProtoNavigationState.
0.0.1 #
Initial release