Skip to content

Commit

Permalink
chore(deps): bump flutter_deck from 0.9.1 to 0.10.1 in /examples/pres…
Browse files Browse the repository at this point in the history
…entation (#59)

Bumps [flutter_deck](https://github.com/mkobuolys/flutter_deck) from
0.9.1 to 0.10.1.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gregory Conrad <[email protected]>
  • Loading branch information
dependabot[bot] and GregoryConrad authored Jan 1, 2024
1 parent 445a051 commit 4984053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions examples/presentation/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ class PresentationApp extends StatelessWidget {
configuration: FlutterDeckConfiguration(
// Override controls so that TextFields can receive "m" and "."
controls: const FlutterDeckControlsConfiguration(
openDrawerKey: LogicalKeyboardKey.arrowUp,
toggleMarkerKey: LogicalKeyboardKey.arrowDown,
shortcuts: FlutterDeckShortcutsConfiguration(
toggleNavigationDrawer:
SingleActivator(LogicalKeyboardKey.arrowUp),
toggleMarker: SingleActivator(LogicalKeyboardKey.arrowDown),
),
),
transition: const FlutterDeckTransition.fade(),
footer: FlutterDeckFooterConfiguration(
Expand Down
2 changes: 1 addition & 1 deletion examples/presentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
device_frame: ^1.1.0
flutter:
sdk: flutter
flutter_deck: ^0.9.1
flutter_deck: ^0.10.1
flutter_rearch: ^1.2.4
graphview: ^1.2.0
rearch: ^1.3.4
Expand Down

0 comments on commit 4984053

Please sign in to comment.