Skip to content

Instantly share code, notes, and snippets.

//Hello FlutterCommunity, long time lurker, first time gist-er
//
//I've been creating a budgeting app and have these combo boxes that
//I can either select an existing account or create a new one.
//
//However, I've been struggling to make keyboard navigation through this form buttery smooth
//
//Adding 100 accounts and trying to navigate by keyboard through the form is not a great experience.
// - hit the down arrow to open the options list and then hit the up arrow to navigate up from the bottom
//
@saltedpotatos
saltedpotatos / test.dart
Created May 26, 2023 17:41
build_runner 2.4.2
sdk: ">=3.0.0 < 4.0.0"
flutter: ">=1.17.0"
freezed_annotation: ^2.2.0
riverpod_annotation: ^2.1.1
freezed: ^2.3.2
build_runner: ^2.4.4
custom_lint: ^0.4.0
riverpod_lint: ^1.3.2