File tree Expand file tree Collapse file tree 8 files changed +17
-9
lines changed
java/com/chemamolins/flutboard
Runner.xcworkspace/xcshareddata Expand file tree Collapse file tree 8 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
23
23
24
24
defaultConfig {
25
25
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
26
- applicationId " com.example.flutterboard "
26
+ applicationId " com.chemamolins.flutboard "
27
27
minSdkVersion 16
28
28
targetSdkVersion 27
29
29
versionCode 1
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.flutterboard " >
2
+ package =" com.chemamolins.flutboard " >
3
3
4
4
<!-- The INTERNET permission is required for development. Specifically,
5
5
flutter needs it to communicate with the running application
14
14
FlutterApplication and put your custom class here. -->
15
15
<application
16
16
android : name =" io.flutter.app.FlutterApplication"
17
- android : label =" flutter_board "
17
+ android : label =" FlutBoard "
18
18
android : icon =" @mipmap/ic_launcher" >
19
19
<activity
20
20
android : name =" .MainActivity"
Original file line number Diff line number Diff line change 1
- package com .example . flutterboard ;
1
+ package com .chemamolins . flutboard ;
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 382
382
"$(inherited)",
383
383
"$(PROJECT_DIR)/Flutter",
384
384
);
385
- PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterBoard ;
385
+ PRODUCT_BUNDLE_IDENTIFIER = com.chemamolins.FlutBoard ;
386
386
PRODUCT_NAME = "$(TARGET_NAME)";
387
387
VERSIONING_SYSTEM = "apple-generic";
388
388
};
405
405
"$(inherited)",
406
406
"$(PROJECT_DIR)/Flutter",
407
407
);
408
- PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterBoard ;
408
+ PRODUCT_BUNDLE_IDENTIFIER = com.chemamolins.FlutBoard ;
409
409
PRODUCT_NAME = "$(TARGET_NAME)";
410
410
VERSIONING_SYSTEM = "apple-generic";
411
411
};
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >IDEDidComputeMac32BitWarning </key >
6
+ <true />
7
+ </dict >
8
+ </plist >
Original file line number Diff line number Diff line change 11
11
<key >CFBundleInfoDictionaryVersion </key >
12
12
<string >6.0 </string >
13
13
<key >CFBundleName </key >
14
- <string >flutter_board </string >
14
+ <string >FlutBoard </string >
15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
23
23
return ArticleBlocProvider (
24
24
bloc: bloc,
25
25
child: MaterialApp (
26
- title: 'FlipPanel ' ,
26
+ title: 'FlutBoard ' ,
27
27
home: HomePage (),
28
28
),
29
29
);
Original file line number Diff line number Diff line change 1
1
name : flutter_board
2
- description : A FlipBoard Flutter clone
2
+ description : A FlipBoard like Flutter application
3
3
4
4
dependencies :
5
5
flutter :
You can’t perform that action at this time.
0 commit comments