Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ba72b8f

Browse files
committed
update readme & Contributors
1 parent 9c1fcb4 commit ba72b8f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PlutoGrid Plus for flutter - v8.4.10
22

3+
Please star ⭐⭐⭐⭐⭐ the repo if you find this package useful.
34

45
`PlutoGrid` is a `DataGrid` that can be operated with the keyboard in various situations such as moving cells.
56
It is developed with priority on the web and desktop.
@@ -151,4 +152,3 @@ Widget build(BuildContext context) {
151152
```
152153

153154
PlutoGrid Plus is a maintained & improved version of PlutoGrid as the original is no longer active.
154-

demo/lib/screen/home_screen.dart

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,13 @@ class PlutoContributors extends StatelessWidget {
550550
launchUrl('https://github.com/bosskmk');
551551
},
552552
),
553+
PlutoContributorTile(
554+
name: 'Feras Abdalrahman (Maintainer)',
555+
linkTitle: 'Github',
556+
onTapLink: () {
557+
launchUrl('https://github.com/doonfrs');
558+
},
559+
),
553560
PlutoContributorTile(
554561
name: 'Gian',
555562
linkTitle: 'Github',

0 commit comments

Comments
 (0)