bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reagrding Conflict with Pluto_Grid_Plus with Pluto_Grid [Help]

DevMensIT opened this issue · comments

Currently i'm using pluto_grid_plus package. while trying to exporting data into csv when trying to pass stateManager i'm getting this error.

The argument type 'PlutoGridStateManager (where PlutoGridStateManager is defined in 
\Pub\Cache\hosted\pub.dev\pluto_grid_plus-8.3.0\lib\src\manager\pluto_grid_state_manager.dart)' can't be assigned to the parameter type 'PlutoGridStateManager (where PlutoGridStateManager is defined in 
\Pub\Cache\hosted\pub.dev\pluto_grid-7.0.2\lib\src\manager\pluto_grid_state_manager.dart)'. dart[argument_type_not_assignable](https://dart.dev/diagnostics/argument_type_not_assignable)
pluto_grid_state_manager.dart(210, 7): PlutoGridStateManager is defined in 
\Pub\Cache\hosted\pub.dev\pluto_grid_plus-8.3.0\lib\src\manager\pluto_grid_state_manager.dart
pluto_grid_state_manager.dart(210, 7): PlutoGridStateManager is defined in \Pub\Cache\hosted\pub.dev\pluto_grid-7.0.2\lib\src\manager\pluto_grid_state_manager.dart

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 14 days since being marked as stale.