• 在工程文件夹内,git管理,忽略pubspec.lock文件 ,运行

    flutter pub get
    
  • /ios文件夹里,忽略Pods文件夹,Podfile.lock文件,*.xcworkspace文件,运行

    pod install