Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naipaka committed May 1, 2024
1 parent 3bc0e61 commit dcf3167
Show file tree
Hide file tree
Showing 44 changed files with 1,167 additions and 809 deletions.
17 changes: 12 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"type": "dart",
"flutterMode": "debug"
},
{
"name": "altfire_authenticator/example",
"cwd": "packages/altfire_authenticator/example",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
},
{
"name": "altfire_configurator/example",
"cwd": "packages/altfire_configurator/example",
Expand All @@ -19,18 +26,18 @@
"flutterMode": "debug"
},
{
"name": "altfire_tracker/example",
"cwd": "packages/altfire_tracker/example",
"name": "altfire_messenger/example",
"cwd": "packages/altfire_messenger/example",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
},
{
"name": "altfire_authenticator/example",
"cwd": "packages/altfire_authenticator/example",
"name": "altfire_tracker/example",
"cwd": "packages/altfire_tracker/example",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
},
}
]
}
2 changes: 1 addition & 1 deletion example/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, '12.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 dcf3167

Please sign in to comment.