Skip to content

Instantly share code, notes, and snippets.

@mjeffw
mjeffw / main.dart
Last active June 29, 2019 22:49
Flutter [Web] RawKeyboardListener does not return correct data
import 'package:flutter_web/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',