This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
src/main/kotlin/bored/codebyk/mint_task Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "flutter "]
2
+ path = flutter
3
+ url = https://github.com/flutter/flutter.git
4
+ branch = stable
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ apply plugin: 'kotlin-android'
33
33
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
34
34
35
35
android {
36
- namespace " bored.codebyk.minttask "
36
+ namespace " bored.codebyk.mint_task "
37
37
compileSdkVersion flutter. compileSdkVersion
38
38
ndkVersion flutter. ndkVersion
39
39
@@ -52,7 +52,7 @@ android {
52
52
53
53
defaultConfig {
54
54
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
55
- applicationId " bored.codebyk.minttask "
55
+ applicationId " bored.codebyk.mint_task "
56
56
// You can update the following values to match your application needs.
57
57
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
58
58
minSdkVersion 21
Original file line number Diff line number Diff line change 1
- package bored.codebyk.minttask
1
+ package bored.codebyk.mint_task
2
2
3
3
import androidx.annotation.NonNull
4
4
import io.flutter.embedding.android.FlutterActivity
@@ -8,7 +8,7 @@ import io.flutter.plugin.common.MethodChannel
8
8
import android.os.Build
9
9
10
10
class MainActivity : FlutterActivity () {
11
- private val CHANNEL = " bored.codebyk.minttask /androidversion"
11
+ private val CHANNEL = " bored.codebyk.mint_task /androidversion"
12
12
13
13
override fun configureFlutterEngine (@NonNull flutterEngine : FlutterEngine ) {
14
14
super .configureFlutterEngine(flutterEngine)
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class ThemePage extends StatefulWidget {
75
75
76
76
class _ThemePageState extends State <ThemePage > {
77
77
static const platform =
78
- MethodChannel ('bored.codebyk.minttask /androidversion' );
78
+ MethodChannel ('bored.codebyk.mint_task /androidversion' );
79
79
80
80
int av = 0 ;
81
81
Future <int > androidVersion () async {
You can’t perform that action at this time.
0 commit comments