Flutter1.9如何创建iOS的oc项目 androd的java项目

本文介绍了在Flutter1.9及更高版本中,如何创建使用Objective-C编写iOS代码和Java编写Android代码的项目。在升级到Flutter1.9后,默认的iOS项目为Swift,Android项目为Kotlin。通过命令行使用`flutter create -i objc -a java flutter_project_name`可以指定创建Objective-C的iOS项目和Java的Android项目。
摘要由CSDN通过智能技术生成

在升级flutter1.9+之后,flutter默认的iOS项目为swift,Android的默认项目为kotlin,而且通过IDEA创建的flutter项目,即使勾选了语言为oc,但是创建后的项目仍然是swift,颇为头疼.

那么我们修改创建项目项目的语言呢,

首先查看flutter create 支持哪些sub commands
```
 ~/Desktop/testcode/ flutter create
No option specified for the output directory.
Create a new Flutter project.

If run on a project that already exists, this will repair the project,
recreating any files that are missing.

Usage: flutter create <output directory>
-h, --help                     Print this usage information.
    --[no-]pub                 Whether to run "flutter pub get" after the
                               project has been created.
                               (defaults to on)

    --[no-]offline             When "flutter pub get" is run by the create
                               command, this indicates whether to run it in
                         

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值