Skip to content

Commit 52f7940

Browse files
committed
Pubspec: use yaru_widgets from master (#278)
1 parent f3894ee commit 52f7940

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

lib/view/pages/keyboard/keyboard_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class KeyboardPage extends StatefulWidget {
1212
static Widget create(BuildContext context) => const KeyboardPage();
1313

1414
static Widget createTitle(BuildContext context) =>
15-
Text(context.l10n.onlineAccountsPageTitle);
15+
Text(context.l10n.keyboardPageTitle);
1616

1717
static bool searchMatches(String value, BuildContext context) =>
1818
value.isNotEmpty

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,8 @@ packages:
951951
dependency: "direct main"
952952
description:
953953
path: "."
954-
ref: titlebuilder
955-
resolved-ref: a58965c28a5d77d968831c05414a32adc7880df9
954+
ref: HEAD
955+
resolved-ref: cd5058fe96f00615870af34f03c152ad19c4c42e
956956
url: "https://github.com/ubuntu/yaru_widgets.dart"
957957
source: git
958958
version: "1.0.5"

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ dependencies:
4343
yaru_widgets:
4444
git:
4545
url: https://github.com/ubuntu/yaru_widgets.dart
46-
ref: titlebuilder
4746
flutter_svg: ^1.0.0
4847
flutter_spinbox: ^0.8.0
4948
http: ^0.13.4

0 commit comments

Comments
 (0)