Skip to content

Commit e8837eb

Browse files
committed
chore: update to flutter 3.24.1
1 parent eecb558 commit e8837eb

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

.fvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"flutter": "3.22.1"
2+
"flutter": "3.24.1"
33
}

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"dart.flutterSdkPath": ".fvm/versions/3.22.1",
2+
"dart.flutterSdkPath": ".fvm/versions/3.24.1",
33
"dart.addSdkToTerminalPath": true
44
}

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
2323
}
2424

2525
android {
26-
namespace "com.example.riverpod_counter_app"
26+
namespace "xyz.radenadri.flutter_boilerplate"
2727
compileSdk flutter.compileSdkVersion
2828
ndkVersion flutter.ndkVersion
2929

@@ -42,7 +42,7 @@ android {
4242

4343
defaultConfig {
4444
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
45-
applicationId "com.example.riverpod_counter_app"
45+
applicationId "xyz.radenadri.flutter_boilerplate"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
4848
minSdkVersion flutter.minSdkVersion

android/app/src/main/AndroidManifest.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<uses-permission android:name="android.permission.INTERNET" />
23
<application
3-
android:label="riverpod_counter_app"
4+
android:label="Boilerplate"
45
android:name="${applicationName}"
56
android:icon="@mipmap/ic_launcher">
67
<activity

android/app/src/main/kotlin/com/example/riverpod_counter_app/MainActivity.kt android/app/src/main/kotlin/xyz/radenadri/flutter_boilerplate/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.riverpod_counter_app
1+
package xyz.radenadri.flutter_boilerplate
22

33
import io.flutter.embedding.android.FlutterActivity
44

ios/Runner.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"$(inherited)",
479479
"@executable_path/Frameworks",
480480
);
481-
PRODUCT_BUNDLE_IDENTIFIER = com.example.riverpodCounterApp;
481+
PRODUCT_BUNDLE_IDENTIFIER = xyz.radenadri.flutter_boilerplate;
482482
PRODUCT_NAME = "$(TARGET_NAME)";
483483
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
484484
SWIFT_VERSION = 5.0;
@@ -495,7 +495,7 @@
495495
CURRENT_PROJECT_VERSION = 1;
496496
GENERATE_INFOPLIST_FILE = YES;
497497
MARKETING_VERSION = 1.0;
498-
PRODUCT_BUNDLE_IDENTIFIER = com.example.riverpodCounterApp.RunnerTests;
498+
PRODUCT_BUNDLE_IDENTIFIER = xyz.radenadri.flutter_boilerplate.RunnerTests;
499499
PRODUCT_NAME = "$(TARGET_NAME)";
500500
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
501501
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -513,7 +513,7 @@
513513
CURRENT_PROJECT_VERSION = 1;
514514
GENERATE_INFOPLIST_FILE = YES;
515515
MARKETING_VERSION = 1.0;
516-
PRODUCT_BUNDLE_IDENTIFIER = com.example.riverpodCounterApp.RunnerTests;
516+
PRODUCT_BUNDLE_IDENTIFIER = xyz.radenadri.flutter_boilerplate.RunnerTests;
517517
PRODUCT_NAME = "$(TARGET_NAME)";
518518
SWIFT_VERSION = 5.0;
519519
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
@@ -529,7 +529,7 @@
529529
CURRENT_PROJECT_VERSION = 1;
530530
GENERATE_INFOPLIST_FILE = YES;
531531
MARKETING_VERSION = 1.0;
532-
PRODUCT_BUNDLE_IDENTIFIER = com.example.riverpodCounterApp.RunnerTests;
532+
PRODUCT_BUNDLE_IDENTIFIER = xyz.radenadri.flutter_boilerplate.RunnerTests;
533533
PRODUCT_NAME = "$(TARGET_NAME)";
534534
SWIFT_VERSION = 5.0;
535535
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
@@ -661,7 +661,7 @@
661661
"$(inherited)",
662662
"@executable_path/Frameworks",
663663
);
664-
PRODUCT_BUNDLE_IDENTIFIER = com.example.riverpodCounterApp;
664+
PRODUCT_BUNDLE_IDENTIFIER = xyz.radenadri.flutter_boilerplate;
665665
PRODUCT_NAME = "$(TARGET_NAME)";
666666
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
667667
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -684,7 +684,7 @@
684684
"$(inherited)",
685685
"@executable_path/Frameworks",
686686
);
687-
PRODUCT_BUNDLE_IDENTIFIER = com.example.riverpodCounterApp;
687+
PRODUCT_BUNDLE_IDENTIFIER = xyz.radenadri.flutter_boilerplate;
688688
PRODUCT_NAME = "$(TARGET_NAME)";
689689
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
690690
SWIFT_VERSION = 5.0;

ios/Runner/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>Riverpod Counter App</string>
8+
<string>Boilerplate</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
16-
<string>riverpod_counter_app</string>
16+
<string>flutter_boilerplate</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>

pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -801,10 +801,10 @@ packages:
801801
dependency: transitive
802802
description:
803803
name: vm_service
804-
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
804+
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
805805
url: "https://pub.dev"
806806
source: hosted
807-
version: "14.2.4"
807+
version: "14.2.5"
808808
watcher:
809809
dependency: transitive
810810
description:

0 commit comments

Comments
 (0)