Skip to content

Commit d290fae

Browse files
committed
Add keybinder as library
1 parent 863aab0 commit d290fae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/libraries.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,10 @@
7878
"id": "App Tools",
7979
"description": "AppTools is a collection of tools for simplifying the development of apps in Flutter",
8080
"url": "https://github.com/LinwoodDev/dart_pkgs/tree/main/tools/app_tools"
81+
},
82+
{
83+
"id": "keybinder",
84+
"description": "A Flutter package to easily manage and record custom keyboard shortcuts",
85+
"url": "https://github.com/LinwoodDev/dart_pkgs/tree/main/packages/keybinder"
8186
}
8287
]

0 commit comments

Comments
 (0)