简体   繁体   English

我如何同时处理 Web 和移动项目颤振

[英]How can I work on both a web and a mobile project flutter

I am working on an Flutter app for a client, this app included 2 things: A mobile app for the users and a web app for the "admin" panel.我正在为客户开发 Flutter 应用程序,该应用程序包括两件事:用户的移动应用程序和“管理”面板的网络应用程序。 I have started by creating the web app which I have finished.我首先创建了我已经完成的网络应用程序。 I am now working on the mobile app, but I have forgotten to add something on the website.我现在正在开发移动应用程序,但我忘记在网站上添加一些内容。 It is annoying for me to use flutter config --enable-web or the opposite each time I switch to the other project.每次切换到另一个项目时,我都使用flutter config --enable-web或相反的命令很烦人。

So, my question is: Is it possible to work (an emulate) on a Mobile project AND a Web project in the same time?所以,我的问题是:是否可以同时在移动项目和 Web 项目上工作(模拟)? (The two projects opened at the same time) (两个项目同时开)

您应该将频道更改为beta flutter channel beta

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

相关问题 如何生成我的Android项目的aar和apk - How can I generate both an aar and apk of my Android project 如何解决以下 Flutter 项目创建错误? - How can I solve below Flutter project creation error? 如何同时在 Android 和 IOS 模拟器中查看我的 flutter 应用程序 output? - How can i see my flutter app output in both Android and IOS simulator simultaneously? 我不能再运行 Flutter 项目了 - I can't run a Flutter project anymore 我无法启动新的 flutter 项目 - I can't start a new flutter project 在 Android Studio 中,构建 Android Wear 项目,如何在两个模块中包含相同的文件 - In Android Studio, building an Android Wear project, how can I include the same file in both modules 当我运行旧的 flutter 项目时,出现以下错误,我该如何解决? - When i am running the old flutter project i am getting below error, How can i fix that? 当我使用移动模拟器时无法构建 flutter - Can't build flutter when I use mobile Emulator 包含 Windows 和 Mac 用户的开发团队能否在 Flutter 应用程序上一起工作? - Can a development team containing both Windows and Mac users work together on a Flutter app? 为什么我不能在日期时间 Flutter 项目中添加偏移时间? - Why can't I add offset hours in datetime Flutter project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM