You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Local/Pub/Cache/hosted/pub.dev/docking-1.11.0/lib/src/internal/widgets/docking_item_widget.dart(91,9): error GC6690633: No named parameter with the name 'draggableTabBuilder'
Exception: Build process failed.
only solution for now is to override tabbed_view to version 1.16.X
The text was updated successfully, but these errors were encountered:
Hi @filly82! You shouldn't declare the tabbed_view in pubspec.yaml because it's already published inside the docking ok? I haven't released the new docking version containing tabbed_view 1.17.0 yet. There is a UI issue to be resolved. The tabbed_view 1.17.0 allows reordering of tabs by dragging them on top of others. But on the dock, this area is reserved to create a north split. If this reserved area only appears in the part where there are no tabs, it can cause a problem when there are many tabs occupying all the available space, in which case you would not be able to split.
I had to declare it as a dependency_override because docking itself seemed to update tabbed_view to 1.17 when Running flutter upgrade without me doing anything.
without my override the build process fails
after running pub upgrade got the following error
only solution for now is to override tabbed_view to version 1.16.X
The text was updated successfully, but these errors were encountered: