Reputation: 593
I'm new to dart and flutter.
And I want to know how to create a website, iOS app and Android app with same backend/business logic using flutter.
Little guidance will be appreciable.
Thanks!
Upvotes: 2
Views: 1158
Reputation: 559
As a learning path to building cross-platform apps, I would start with the Flutter codelabs, in this order:
For a nice introductory code example of a multi-platform app (Android, iOS, web, but without backend added) see the Provider Shopper sample.
Lastly, I find the Flutter Widget of the Week series very useful for learning about the purpose and capabilities of each widget.
Upvotes: 2
Reputation: 106
You can Create a Powerful Backend Using Firebase as a Backend service https://firebase.google.com/
As I'm Doing this for my Client it's very easy with Firebase.
In Firebase Settings Tab
you Can connect all the Service and access Database from any platform you just need link Them in Firebase.
When i Starting it was mystery for Me... :D Hope This would help you.
Helpful resource for learning https://www.youtube.com/channel/UC2d0BYlqQCdF9lJfydl_02Q https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA
Upvotes: 2
Reputation: 1053
You have to take care of few things:
Upvotes: 1