Skip to content

Commit

Permalink
dart lint, removed api key, fixed error in text scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyfalcon committed Apr 9, 2024
1 parent e3143fa commit d4747bd
Show file tree
Hide file tree
Showing 14 changed files with 108 additions and 10,421 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ devtools_options.yaml
windows/flutter/generated_plugin_registrant.cc
ios/Runner.xcodeproj/project.pbxproj
windows/flutter/generated_plugins.cmake
custom_lint.log
/ios/firebase_app_id_file.json
/ios/Podfile.lock
9,358 changes: 0 additions & 9,358 deletions custom_lint.log

This file was deleted.

2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '11.0'
platform :ios, '12.0'

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

0 comments on commit d4747bd

Please sign in to comment.