Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 168748f

Browse files
Removed landing page
1 parent c4af38a commit 168748f

File tree

9 files changed

+117
-261
lines changed

9 files changed

+117
-261
lines changed

.idea/workspace.xml

Lines changed: 86 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
3-
export "FLUTTER_ROOT=D:\Flutter Dev\flutter"
4-
export "FLUTTER_APPLICATION_PATH=D:\Flutter_Programs\FlutterScreens"
5-
export "FLUTTER_TARGET=lib\main.dart"
3+
export "FLUTTER_ROOT=/Users/samarthagarwal/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/Users/samarthagarwal/Desktop/Projects/FlutterScreens"
5+
export "FLUTTER_TARGET=/Users/samarthagarwal/Desktop/Projects/FlutterScreens/lib/main.dart"
66
export "FLUTTER_BUILD_DIR=build"
7-
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
8-
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
9-
export "FLUTTER_FRAMEWORK_DIR=D:\Flutter Dev\flutter\bin\cache\artifacts\engine\ios"
7+
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
108
export "FLUTTER_BUILD_NAME=1.0.0"
119
export "FLUTTER_BUILD_NUMBER=1"
10+
export "DART_DEFINES=flutter.inspector.structuredErrors%3Dtrue"
1211
export "DART_OBFUSCATION=false"
13-
export "TRACK_WIDGET_CREATION=false"
12+
export "TRACK_WIDGET_CREATION=true"
1413
export "TREE_SHAKE_ICONS=false"
15-
export "PACKAGE_CONFIG=.packages"
14+
export "PACKAGE_CONFIG=/Users/samarthagarwal/Desktop/Projects/FlutterScreens/.dart_tool/package_config.json"

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
12-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
13-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
14-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
15-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1612
9740EEB41CF90195004384FC /* Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB21CF90195004384FC /* Debug.xcconfig */; };
1713
9740EEB51CF90195004384FC /* Generated.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 9740EEB31CF90195004384FC /* Generated.xcconfig */; };
1814
978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
@@ -29,8 +25,6 @@
2925
dstPath = "";
3026
dstSubfolderSpec = 10;
3127
files = (
32-
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */,
33-
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */,
3428
);
3529
name = "Embed Frameworks";
3630
runOnlyForDeploymentPostprocessing = 0;
@@ -41,13 +35,11 @@
4135
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4236
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4337
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
44-
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4538
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4639
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
4740
7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
4841
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
4942
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
50-
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
5143
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5244
97C146F21CF9000F007C117D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
5345
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
@@ -61,8 +53,6 @@
6153
isa = PBXFrameworksBuildPhase;
6254
buildActionMask = 2147483647;
6355
files = (
64-
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
65-
3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
6656
);
6757
runOnlyForDeploymentPostprocessing = 0;
6858
};
@@ -72,9 +62,7 @@
7262
9740EEB11CF90186004384FC /* Flutter */ = {
7363
isa = PBXGroup;
7464
children = (
75-
3B80C3931E831B6300D905FE /* App.framework */,
7665
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
77-
9740EEBA1CF902C7004384FC /* Flutter.framework */,
7866
9740EEB21CF90195004384FC /* Debug.xcconfig */,
7967
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
8068
9740EEB31CF90195004384FC /* Generated.xcconfig */,
@@ -208,7 +196,7 @@
208196
);
209197
runOnlyForDeploymentPostprocessing = 0;
210198
shellPath = /bin/sh;
211-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
199+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
212200
};
213201
9740EEB61CF901F6004384FC /* Run Script */ = {
214202
isa = PBXShellScriptBuildPhase;
@@ -261,7 +249,6 @@
261249
/* Begin XCBuildConfiguration section */
262250
97C147031CF9000F007C117D /* Debug */ = {
263251
isa = XCBuildConfiguration;
264-
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
265252
buildSettings = {
266253
ALWAYS_SEARCH_USER_PATHS = NO;
267254
CLANG_ANALYZER_NONNULL = YES;
@@ -315,7 +302,6 @@
315302
};
316303
97C147041CF9000F007C117D /* Release */ = {
317304
isa = XCBuildConfiguration;
318-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
319305
buildSettings = {
320306
ALWAYS_SEARCH_USER_PATHS = NO;
321307
CLANG_ANALYZER_NONNULL = YES;

ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)