Flutter is Google’s UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. Flutter not only enables us to create lavish Mobile apps but it gives whole meaningful Software Architecture to create Platform Independent Mobile Apps. Flutter codes are highly reusable as compared to Android or iOS Codes. All you need is to put the library you want to import and Use the codes directly....
Ios

Getting started with Google Flutter on VSCode
![Warning: CocoaPods not installed [Mac + Flutter + VSCode + XCode + iOS Simulator]](https://dwij.net/images/warning-cocoapods-not-installed-mac-flutter-vscode-xcode-ios-simulator.jpg)
Warning: CocoaPods not installed [Mac + Flutter + VSCode + XCode + iOS Simulator]
When you install New Copy of XCode and try to run your application on iOS Simulator from VSCode. You may see this error: Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install: sudo gem install cocoapods CocoaPods not installed or not in valid state....