1
Fork 0

chore: rm `intl` in dev_deps

pubspec:  rm `intl` in dev_deps
web: ✏️ update project name
This commit is contained in:
Hubert Chen 2023-09-07 22:56:48 +08:00
parent 15669368af
commit 59903b637f
Signed by: trle5
GPG Key ID: 74D8BCE883FDDEE2
3 changed files with 4 additions and 6 deletions

View File

@ -49,8 +49,6 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^2.0.0
intl: ^0.17.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@ -23,13 +23,13 @@
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="flutter_timer_example">
<meta name="apple-mobile-web-app-title" content="flutter_clock_example">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>flutter_timer_example</title>
<title>flutter_clock_example</title>
<link rel="manifest" href="manifest.json">
<script>

View File

@ -1,6 +1,6 @@
{
"name": "flutter_timer_example",
"short_name": "flutter_timer_example",
"name": "flutter_clock_example",
"short_name": "flutter_clock_example",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",