doonfrs / pluto_grid_plus

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.
https://pluto.weblaze.dev
MIT License
27 stars 28 forks source link

Android back button isse #89

Open Jakuzeisme opened 3 weeks ago

Jakuzeisme commented 3 weeks ago

Hey @doonfrs First thanks for maintaining the package, the community does appreciate you. But I wish you added the android back button issue as part of the fix for the updated 8.4.3 version. :) It will be nice if you can do something about it, I know the package was originally for desktops but a lot of people are now using it on mobile Shalom

doonfrs commented 3 weeks ago

Hi @Jakuzeisme Could you please include the issue link in the comment, or add more details

Jakuzeisme commented 3 weeks ago

@doonfrs https://github.com/doonfrs/pluto_grid_plus/issues/44 Do you have plans to add it, please let us know

Comanx commented 4 days ago

你好@Jakuzeisme 您可以在评论中包含问题链接,或者添加更多详细信息

https://github.com/bosskmk/pluto_grid/issues/1066 https://github.com/bosskmk/pluto_grid/pull/1070

Jakuzeisme commented 4 days ago

@Comanx Yo my man...I'm using the latest version of the plutogrid plus doesn't work. Are we expected to fork this package merge the changes ourselves. I'm not a big user of github never even forked a package before or understand it in depth but I'm open to it. That being said, why can't it just be added to the plutogridplus package, that's what u don't understand

嘿,兄弟……我在用最新版本的PlutoGrid,但PlutoGrid Plus不起作用。 我们是不是应该自己fork这个包并合并更改?我对GitHub不太熟悉,从来没有fork过包,也不太了解,但我愿意尝试。话虽如此,为什么不能直接把它加到Pluto

Comanx commented 4 days ago

@Jakuzeisme 说实话我并不知道在GitHub中如何将PlutoGrid的提交合并到PlutoGrid Plus,对于没有维修或者的仓库一般我会将仓库fork或者clone到本地,修改后在pubspec.yaml文件中重新配置依赖:

To be honest, I’m not sure how to merge the PlutoGrid commits into PlutoGrid Plus on GitHub. For repositories that are not actively maintained, I usually fork or clone the repository locally. After making the changes, I update the dependencies in the pubspec.yaml file as follows: pubspec.yaml

dependencies:
  pluto_grid_plus:
      git:
        url: 'https://your_repository/pluto_grid_plus.git'
        ref: 0.0.1

or

  pluto_grid_plus:
    path: ../pluto_grid_plus

对于GitHub fork和pr,点击fork按钮,按说明创建仓库,添加自己的修改,然后可使用GitHub Desktop创建PR推送代码,可以试一下

Jakuzeisme commented 2 days ago

But why can't it just work with the package. That's what I understand

On Thu, 21 Nov 2024, 9:44 am Jock, @.***> wrote:

@Jakuzeisme https://github.com/Jakuzeisme 说实话我并不知道在GitHub中如何将PlutoGrid的提交合并到PlutoGrid Plus,对于没有维修或者的仓库一般我会将仓库fork或者clone到本地,修改后在pubspec.yaml文件中重新配置依赖:

To be honest, I’m not sure how to merge the PlutoGrid commits into PlutoGrid Plus on GitHub. For repositories that are not actively maintained, I usually fork or clone the repository locally. After making the changes, I update the dependencies in the pubspec.yaml file as follows: pubspec.yaml

dependencies: pluto_grid_plus: git: url: 'https://your_repository/pluto_grid_plus.git' ref: 0.0.1

or

pluto_grid_plus: path: ../pluto_grid_plus

对于GitHub fork和pr,点击fork按钮,按说明创建仓库,添加自己的修改,然后可使用GitHub Desktop创建PR推送代码,可以试一下

— Reply to this email directly, view it on GitHub https://github.com/doonfrs/pluto_grid_plus/issues/89#issuecomment-2490397793, or unsubscribe https://github.com/notifications/unsubscribe-auth/BL3GQLLYSI4G5OL4KEYY5MD2BWMQRAVCNFSM6AAAAABQXHQVA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJQGM4TONZZGM . You are receiving this because you were mentioned.Message ID: @.***>