Skip to content

Commit

Permalink
chore: update sample app name (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 authored Jan 7, 2025
1 parent 75b136e commit d4d10d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<application
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:label="Flutter Sample">
android:label="Flutter">
<activity
android:name=".MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
Expand Down
2 changes: 1 addition & 1 deletion apps/amiapp_flutter/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Flutter Sample</string>
<string>Flutter</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/amiapp_flutter/lib/src/screens/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class _LoginScreenState extends State<LoginScreen> {
padding: const EdgeInsets.symmetric(vertical: 32.0),
child: Center(
child: Text(
'Flutter FCM Ami App',
'Flutter (FCM)',
style: Theme.of(context).textTheme.titleLarge,
),
),
Expand Down
2 changes: 1 addition & 1 deletion apps/amiapp_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ packages:
path: "../.."
relative: true
source: path
version: "2.0.0"
version: "2.1.0"
dbus:
dependency: transitive
description:
Expand Down

0 comments on commit d4d10d0

Please sign in to comment.