Skip to content

Commit

Permalink
Intial commit to new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharnikam-htp committed Feb 5, 2021
1 parent e7c89e8 commit 2788018
Show file tree
Hide file tree
Showing 37 changed files with 71 additions and 54,054 deletions.
1 change: 0 additions & 1 deletion .last_build_id

This file was deleted.

10 changes: 0 additions & 10 deletions .metadata

This file was deleted.

Binary file removed favicon.png
Binary file not shown.
231 changes: 0 additions & 231 deletions flutter_service_worker.js

This file was deleted.

Binary file removed icons/Icon-192.png
Binary file not shown.
Binary file removed icons/Icon-512.png
Binary file not shown.
36 changes: 0 additions & 36 deletions index.html

This file was deleted.

1 change: 1 addition & 0 deletions ios/Flutter/Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
#include "Generated.xcconfig"
1 change: 1 addition & 0 deletions ios/Flutter/Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
#include "Generated.xcconfig"
41 changes: 41 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}

def flutter_root
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
unless File.exist?(generated_xcode_build_settings_path)
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
end

File.foreach(generated_xcode_build_settings_path) do |line|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
return matches[1].strip if matches
end
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end

require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

target 'Runner' do
use_frameworks!
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end
2 changes: 1 addition & 1 deletion lib/Widget/AppBarTitle.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class AppBarTitle extends StatelessWidget {
),
);
}
}
}
Loading

0 comments on commit 2788018

Please sign in to comment.