Narasimha Naidu Korrapati
Narasimha Naidu Korrapati
This pull request addresses an issue with key event handling in the new version of Flutter. The original code caused a type error due to changes in how key events...
``` https://docs.flutter.dev/platform-integration/web/initialization for more details. ../../../AppData/Local/Pub/Cache/hosted/pub.dev/pluto_grid-7.0.2/lib/src/manager/shortcut/pluto_grid_shortcut.dart:33:39: Error: The argument type 'RawKeyEvent' can't be assigned to the parameter type 'KeyEvent'. - 'RawKeyEvent' is from 'package:flutter/src/services/raw_keyboard.dart' ('../../../Documents/FlutterDev/flutter/packages/flutter/lib/src/services/raw_keyboard.dart'). - 'KeyEvent' is from 'package:flutter/src/services/hardware_keyboard.dart'...