简体   繁体   中英

Can I use same flutter app for both android and ios apps?

Let's say I have an app that is both native android and ios. If I want to change one of the features using flutter, can I write with flutter only once for both android and ios?

The current method: add-to-app , I think only works for one app, either ios or android.

If you use dart language with flutter , it will be uses both Operating system (Android & IOS). make sure app code will be written with dart language

Yes, you can, if you know dart language you can use it to write your application in Flutter. According to your use case, you want to run the application on Android & ios. Use those packages that are available for both Android & IOS.

More details - https://flutter.dev/multi-platform

You can also use the same source code to generate mobile, web and desktop builds.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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