File tree 19 files changed +143
-16
lines changed
java/com/example/simulate
kotlin/com/example/simulate
Runner.xcodeproj/project.xcworkspace/xcshareddata
Runner.xcworkspace/xcshareddata
19 files changed +143
-16
lines changed Original file line number Diff line number Diff line change
1
+ gradle-wrapper.jar
2
+ /.gradle
3
+ /captures /
4
+ /gradlew
5
+ /gradlew.bat
6
+ /local.properties
7
+ GeneratedPluginRegistrant.java
8
+
9
+ # Remember to never publicly share your keystore.
10
+ # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11
+ key.properties
Original file line number Diff line number Diff line change 7
7
additional functionality it is fine to subclass or reimplement
8
8
FlutterApplication and put your custom class here. -->
9
9
<application
10
- android : name =" io.flutter.app.FlutterApplication"
11
10
android : label =" Simulate"
12
11
android : icon =" @mipmap/ic_launcher" >
12
+ <meta-data
13
+ android : name =" flutterEmbedding"
14
+ android : value =" 2" />
13
15
<activity
14
16
android : name =" .MainActivity"
15
17
android : launchMode =" singleTop"
21
23
until Flutter renders its first frame. It can be removed if
22
24
there is no splash screen (such as the default splash screen
23
25
defined in @style/LaunchTheme). -->
26
+ <!-- Specify that the launch screen should continue being displayed -->
27
+ <!-- until Flutter renders its first frame. -->
24
28
<meta-data
25
- android : name =" io.flutter.app.android.SplashScreenUntilFirstFrame"
26
- android : value =" true" />
29
+ android : name =" io.flutter.embedding.android.SplashScreenDrawable"
30
+ android : resource =" @drawable/launch_background" />
31
+
32
+ <!-- Theme to apply as soon as Flutter begins rendering frames -->
33
+ <!-- <meta-data
34
+ android:name="io.flutter.embedding.android.NormalTheme"
35
+ android:resource="@style/NormalTheme"
36
+ /> -->
27
37
<intent-filter >
28
38
<action android : name =" android.intent.action.MAIN" />
29
39
<category android : name =" android.intent.category.LAUNCHER" />
30
40
</intent-filter >
31
41
</activity >
42
+
32
43
</application >
33
44
</manifest >
Original file line number Diff line number Diff line change 1
1
package com .example .simulate ;
2
2
3
- import android .os .Bundle ;
4
- import io .flutter .app .FlutterActivity ;
5
- import io .flutter .plugins .GeneratedPluginRegistrant ;
3
+ import io .flutter .embedding .android .FlutterActivity ;
6
4
7
5
public class MainActivity extends FlutterActivity {
8
- @ Override
9
- protected void onCreate (Bundle savedInstanceState ) {
10
- super .onCreate (savedInstanceState );
11
- GeneratedPluginRegistrant .registerWith (this );
12
- }
13
6
}
Original file line number Diff line number Diff line change
1
+ package com.example.simulate
2
+
3
+ import io.flutter.embedding.android.FlutterActivity
4
+
5
+ class MainActivity : FlutterActivity () {
6
+ }
Original file line number Diff line number Diff line change 5
5
Flutter draws its first frame -->
6
6
<item name =" android:windowBackground" >@drawable/launch_background</item >
7
7
</style >
8
+ <!-- You can name this style whatever you'd like -->
9
+ <!-- <style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
10
+ <item name="android:windowBackground">@drawable/NormalTheme</item> -->
11
+ <!-- </style> -->
8
12
</resources >
Original file line number Diff line number Diff line change
1
+ include ' :app'
Original file line number Diff line number Diff line change
1
+ * .mode1v3
2
+ * .mode2v3
3
+ * .moved-aside
4
+ * .pbxuser
5
+ * .perspectivev3
6
+ ** /* sync /
7
+ .sconsign.dblite
8
+ .tags *
9
+ ** /.vagrant /
10
+ ** /DerivedData /
11
+ Icon ?
12
+ ** /Pods /
13
+ ** /.symlinks /
14
+ profile
15
+ xcuserdata
16
+ ** /.generated /
17
+ Flutter /App.framework
18
+ Flutter /Flutter.framework
19
+ Flutter /Flutter.podspec
20
+ Flutter /Generated.xcconfig
21
+ Flutter /app.flx
22
+ Flutter /app.zip
23
+ Flutter /flutter_assets /
24
+ Flutter /flutter_export_environment.sh
25
+ ServiceDefinitions.json
26
+ Runner /GeneratedPluginRegistrant. *
27
+
28
+ # Exceptions to above rules.
29
+ ! default.mode1v3
30
+ ! default.mode2v3
31
+ ! default.pbxuser
32
+ ! default.perspectivev3
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# This is a generated file; do not edit or check into version control.
3
- export " FLUTTER_ROOT=/home/nucleon/development/ flutter"
4
- export " FLUTTER_APPLICATION_PATH=/home/nucleon/codEd/ simulate"
5
- export " FLUTTER_TARGET=lib/ main.dart"
3
+ export " FLUTTER_ROOT=C:\Development\ flutter"
4
+ export " FLUTTER_APPLICATION_PATH=C:\Users\yashl\Main\Projects\ simulate"
5
+ export " FLUTTER_TARGET=lib\ main.dart"
6
6
export " FLUTTER_BUILD_DIR=build"
7
- export " SYMROOT=${SOURCE_ROOT} /../build/ios"
8
- export " FLUTTER_FRAMEWORK_DIR=/home/nucleon/development/flutter/bin/cache/artifacts/engine/ios"
7
+ export " SYMROOT=${SOURCE_ROOT} /../build\ios"
8
+ export " OTHER_LDFLAGS=$( inherited) -framework Flutter"
9
+ export " FLUTTER_FRAMEWORK_DIR=C:\Development\flutter\bin\cache\artifacts\engine\ios"
9
10
export " FLUTTER_BUILD_NAME=1.0.0"
10
11
export " FLUTTER_BUILD_NUMBER=1"
12
+ export " DART_OBFUSCATION=false"
13
+ export " TRACK_WIDGET_CREATION=false"
14
+ export " TREE_SHAKE_ICONS=false"
15
+ export " PACKAGE_CONFIG=.packages"
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
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 >PreviewsEnabled</key >
6
+ <false />
7
+ </dict >
8
+ </plist >
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
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 >PreviewsEnabled</key >
6
+ <false />
7
+ </dict >
8
+ </plist >
Original file line number Diff line number Diff line change
1
+ import UIKit
2
+ import Flutter
3
+
4
+ @UIApplicationMain
5
+ @objc class AppDelegate : FlutterAppDelegate {
6
+ override func application(
7
+ _ application: UIApplication ,
8
+ didFinishLaunchingWithOptions launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ?
9
+ ) -> Bool {
10
+ GeneratedPluginRegistrant . register ( with: self )
11
+ return super. application ( application, didFinishLaunchingWithOptions: launchOptions)
12
+ }
13
+ }
Original file line number Diff line number Diff line change
1
+ #import " GeneratedPluginRegistrant.h"
Original file line number Diff line number Diff line change
1
+ //
2
+ // Generated file. Do not edit.
3
+ //
4
+
5
+ // ignore: unused_import
6
+ import 'dart:ui' ;
7
+
8
+ import 'package:shared_preferences_web/shared_preferences_web.dart' ;
9
+ import 'package:url_launcher_web/url_launcher_web.dart' ;
10
+
11
+ import 'package:flutter_web_plugins/flutter_web_plugins.dart' ;
12
+
13
+ // ignore: public_member_api_docs
14
+ void registerPlugins (PluginRegistry registry) {
15
+ SharedPreferencesPlugin .registerWith (registry.registrarFor (SharedPreferencesPlugin ));
16
+ UrlLauncherPlugin .registerWith (registry.registrarFor (UrlLauncherPlugin ));
17
+ registry.registerMessageHandler ();
18
+ }
You can’t perform that action at this time.
0 commit comments