简体   繁体   English

包含 Windows 和 Mac 用户的开发团队能否在 Flutter 应用程序上一起工作?

[英]Can a development team containing both Windows and Mac users work together on a Flutter app?

I am in a team of 3 for a project.我在一个 3 人的团队中进行一个项目。 2 of us are using Windows Laptops and 1 is using a Macbook.我们中有 2 人使用 Windows 笔记本电脑,1 人使用 Macbook。 Would we be able to work together on a cross-platform mobile application for Android and iOS, using Flutter, Dart and Android Studio? Would we be able to work together on a cross-platform mobile application for Android and iOS, using Flutter, Dart and Android Studio?

I've just pulled the first commit from the iOS programmer and it appears to be in C++ rather than dart under an 'ios' folder.我刚刚从 iOS 程序员那里提取了第一个提交,它似乎在 C++ 而不是“ios”文件夹下的 dart 中。

I'm currently working in a project using exclusively Flutter/Dart.我目前正在一个专门使用 Flutter/Dart 的项目中工作。 I'm on windows and the other two devs are on Mac.我在 windows 上,另外两个开发者在 Mac 上。 I haven't had any issues - I don't see why C++ code would appear if the developer is writing in dart.我没有遇到任何问题 - 如果开发人员使用 dart 编写代码,我不明白为什么会出现 C++ 代码。

Not sure what's with the c++ code but most of your dart code resides in lib/ folder.不确定 c++ 代码是什么,但您的大部分 dart 代码位于lib/文件夹中。 That's where you would be writing most of your code.那是您编写大部分代码的地方。 The other programmer could have implemented some other functionality/module in c++ under the ios/ folder of your project.其他程序员可能在项目的ios/文件夹下的 c++ 中实现了一些其他功能/模块。 This folder is specific to files necessary to configure and run your application on the IOS platform.此文件夹特定于在 IOS 平台上配置和运行应用程序所需的文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM