-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathen.json
37 lines (37 loc) · 1.54 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"app_name": "Flutter Production Boilerplate",
"bottom_nav_first": "Home",
"bottom_nav_second": "Details",
"localization_title": "Localization",
"localization_content": "Simplified translations with the Easy Translations package.",
"linting_title": "Linting",
"linting_content": "Stricter linting rules with flutter lints recommended by the dart team.",
"storage_title": "Storage",
"storage_content": "Blazing fast key-value database written in pure Dart with Hive.",
"dark_mode_title": "Dark Mode",
"dark_mode_content": "Smooth transition to dark mode by using the inbuilt theming engine with material design 3.",
"state_title": "State",
"state_content": "Powerful state management using BLOC & Cubit.",
"display_title": "Display",
"display_content": "Support for high refresh rate displays with flutter displaymode.",
"language_switch_title": "German translation",
"github_card_title": "GitHub repository",
"website_card_title": "Website",
"instagram_card_title": "Instagram",
"donate_card_title": "Donate",
"author_divider_title": "Created by",
"packages_divider_title": "Packages",
"bloc": "Bloc",
"flutter_bloc": "Flutter Bloc",
"hydrated_bloc": "Hydrated Bloc",
"equatable": "Equatable",
"lints": "Flutter Lints",
"path_provider": "Path provider",
"flutter_displaymode": "Displaymode",
"easy_localization": "Easy localization",
"hive": "Hive",
"hive_flutter": "Hive Flutter",
"url_launcher": "Url launcher",
"fluentui_system_icons": "FluentUI Icons",
"flutter_staggered_grid_view": "Staggered Grid View"
}