I want to make a Spin_Wheel game in flutter but some functions are not available
in the flutter, so can I use android for UI in the flutter.
Thank in Advance
Consider it a no.
While it is possible to communicate using platform_channels the texturized UI, to than display it in flutter ; this is too complicated.
Depending on your "functions", it is far better to recode them in dart. And you get IOS portability.
Related
I want to invoke flutter module from react native app, does anyone know how can it be achieved? I was thinking I could call native android function from react native and then invoke flutter module from their. However I am not sure of the recommended practice
I don't think it's that easy, because Flutter is from Google and ReactNative is from Facebook, as I'm sure you know. Also, ReactNative uses JavaScript and Flutter uses Dart as its programming language.
It may work somehow, but I highly doubt it.
Is it possible to build a fully functioning application for iOS and Android using AndroidStudio + Flutter and FireBase alone? This is my first time trying to make a fully functioning mobile application which I want to use as I am constrained with my finances at the moment. I would appreciate the clarification.
Yes, it is possible to make both Android and IOS app using flutter and dart.
Flutter has many benefits. here some example :
Flutter hot reload helps you to build your app very fast.
User fluent. Can use app with excellent user interface design.
It's easy to use function like other OOP languages.
Update everyday with new features.
Flutter user community is increasing day by day .
Check the flutter docs for more info
Yes, Flutter can produce a fully functioning application for both iOS and Android platforms.
there are some apps built with Flutter. check them here
I am a native Android developer and I did some iOS as well. I started learning Flutter a couple of days ago and it seems promising.
I am developing an app for school project using flutter and it should have a feature of printing a PDF document over WI-Fi (using WI-FI printers).
I didn't find any tutorials on printing using flutter so I want to know if flutter supports such thing and if not, is there a way around it?
Thanks in advance
It looks like there is a printing package available for flutter here that might be what you need:
https://pub.dev/packages/printing
They even have example code that you can use:
https://pub.dev/packages/printing#-example-tab-
I want to develop one miracast application, can flutter do this?
Otherwise, I need to use two flutter engine, how can they communicate with each other?
If no, I need to use java or swift as a bridge;
It looks like you can achieve a way to communicate btw two flutter engines with IsolateNameServer.registerPortWithName and IsolateNameServer.lookupPortByName methods.
Hi everyone I am new to the flutter framework. I am trying to implement UI as given in the image below. As of now consider this is a static UI component. Want to build this using a flutter widget only.
I wanted to know is there any way I can create this type of UI in a flutter. As I am new in flutter how long it will take to learn flutter so that I will be able to create this kind of UI.
I tried creating the same UI in a flutter as I am an angular developer so I thought if I can do it quickly. But I am not able to do it.
My main concern is
1)Is this feasible and if yes
2)How much time will require for new flutter developer
Your suggestion highly appreciated.
Thanks,