Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Combining Flutter frontend with .NET Core backend for Android and iOS

Currently working for a company that use .NET (not Core) but want to switch to .NET Core and thought to do so by creating an app with a Flutter.io frontend and .NET Core backend. The app w/ backend is just to see how .NET Core functions.

I could not find any information if the combination of those two is even possible for Android/iOS.

I'm asking because Flutter has just been released into its beta stage.

like image 598
DavidHulsman Avatar asked Mar 05 '18 15:03

DavidHulsman


People also ask

Can we use .NET with flutter?

NET/core is for API, flutter is for native apps. They are completely unrelated. One side will have no impact on the other one. So yes, you can use both.

Can I use flutter with C#?

You can use Visual Studio Code to develop the Flutter UI module in Dart and Visual Studio to develop the Xamarin backend written in C#.

Can flutter be used for frontend?

Flutter is a popular frontend development framework from Google that enables developers to build beautiful frontends for any screen. Flutter is designed to streamline cross-platform app development while maintaining a consistent user experience.


2 Answers

I love using Flutter with my .Net Web Api back ends. The web api support in Flutter is great as they have built in JSON serialization support. the combination is beautiful and I am hooked on this powerful framework

like image 107
John Mcfetridge Avatar answered Sep 20 '22 15:09

John Mcfetridge


.NET/core is for API, flutter is for native apps. They are completely unrelated.

One side will have no impact on the other one. So yes, you can use both.

like image 25
Rémi Rousselet Avatar answered Sep 19 '22 15:09

Rémi Rousselet