File tree 7 files changed +12
-9
lines changed
kotlin/com/example/esports
7 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ android {
38
38
39
39
defaultConfig {
40
40
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41
- applicationId " com.example .esports"
41
+ applicationId " com.mickaelhernandez .esports"
42
42
minSdkVersion 16
43
43
targetSdkVersion 28
44
44
versionCode flutterVersionCode. toInteger()
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example .esports" >
2
+ package =" com.mickaelhernandez .esports" >
3
3
<!-- Flutter needs it to communicate with the running application
4
4
to allow setting breakpoints, to provide hot reload, etc.
5
5
-->
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example .esports" >
2
+ package =" com.mickaelhernandez .esports" >
3
3
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
4
4
calls FlutterMain.startInitialization(this); in its onCreate method.
5
5
In most cases you can leave this as-is, but you if you want to provide
6
6
additional functionality it is fine to subclass or reimplement
7
7
FlutterApplication and put your custom class here. -->
8
8
<application
9
9
android : name =" io.flutter.app.FlutterApplication"
10
- android : label =" esports "
10
+ android : label =" eSports "
11
11
android : icon =" @mipmap/ic_launcher" >
12
12
<activity
13
13
android : name =" .MainActivity"
Original file line number Diff line number Diff line change 1
- package com.example .esports
1
+ package com.mickaelhernandez .esports
2
2
3
3
import android.os.Bundle
4
4
import io.flutter.app.FlutterActivity
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example .esports" >
2
+ package =" com.mickaelhernandez .esports" >
3
3
<!-- Flutter needs it to communicate with the running application
4
4
to allow setting breakpoints, to provide hot reload, etc.
5
5
-->
Original file line number Diff line number Diff line change 320
320
"$(inherited)",
321
321
"$(PROJECT_DIR)/Flutter",
322
322
);
323
- PRODUCT_BUNDLE_IDENTIFIER = com.example .esports;
323
+ PRODUCT_BUNDLE_IDENTIFIER = com.mickaelhernandez .esports;
324
324
PRODUCT_NAME = "$(TARGET_NAME)";
325
325
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
326
326
SWIFT_VERSION = 4.0;
454
454
"$(inherited)",
455
455
"$(PROJECT_DIR)/Flutter",
456
456
);
457
- PRODUCT_BUNDLE_IDENTIFIER = com.example .esports;
457
+ PRODUCT_BUNDLE_IDENTIFIER = com.mickaelhernandez .esports;
458
458
PRODUCT_NAME = "$(TARGET_NAME)";
459
459
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
460
460
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
481
481
"$(inherited)",
482
482
"$(PROJECT_DIR)/Flutter",
483
483
);
484
- PRODUCT_BUNDLE_IDENTIFIER = com.example .esports;
484
+ PRODUCT_BUNDLE_IDENTIFIER = com.mickaelhernandez .esports;
485
485
PRODUCT_NAME = "$(TARGET_NAME)";
486
486
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
487
487
SWIFT_VERSION = 4.0;
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ dependencies:
34
34
# Open URLs, phone number, and email apps
35
35
url_launcher : ^5.5.0
36
36
37
+ # Discover network connectivity state
38
+ connectivity : ^0.4.9
39
+
37
40
# Sticky header as a sliver
38
41
flutter_sticky_header : ^0.4.5
39
42
You can’t perform that action at this time.
0 commit comments