Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Suppress AppAuth warnings
  • Loading branch information
stuartmorgan-g committed May 17, 2022
commit d75b4103eb95f4c62dcc9124557091a186fed1ff
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ end

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

# Suppress warnings from transitive dependencies that cause analysis to fail.
pod 'AppAuth', :inhibit_warnings => true

flutter_ios_podfile_setup

target 'Runner' do
Expand Down