mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

* Add flutter_view sample * Removed platform_services files * Addressed comments * update README.md * Addressed comments.
12 lines
278 B
Ruby
12 lines
278 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
target 'Runner' do
|
|
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for Runner
|
|
pod 'MaterialControls', '~> 1.2.2'
|
|
|
|
end
|