Skip to content

Commit

Permalink
Pubspec: use yaru_widgets from master (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Feb 19, 2022
1 parent f3894ee commit 52f7940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/view/pages/keyboard/keyboard_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class KeyboardPage extends StatefulWidget {
static Widget create(BuildContext context) => const KeyboardPage();

static Widget createTitle(BuildContext context) =>
Text(context.l10n.onlineAccountsPageTitle);
Text(context.l10n.keyboardPageTitle);

static bool searchMatches(String value, BuildContext context) =>
value.isNotEmpty
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: titlebuilder
resolved-ref: a58965c28a5d77d968831c05414a32adc7880df9
ref: HEAD
resolved-ref: cd5058fe96f00615870af34f03c152ad19c4c42e
url: "https://github.com/ubuntu/yaru_widgets.dart"
source: git
version: "1.0.5"
Expand Down
1 change: 0 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies:
yaru_widgets:
git:
url: https://github.com/ubuntu/yaru_widgets.dart
ref: titlebuilder
flutter_svg: ^1.0.0
flutter_spinbox: ^0.8.0
http: ^0.13.4
Expand Down

0 comments on commit 52f7940

Please sign in to comment.