Yes,Flask is good ,Flask is a small and powerful web framework for Python. It’s easy to learn and simple to use, enabling you to build your web app in a short amount of time. Flask can be used for building complex , database-driven websites,starting with mostly static pages.
Read moreHow do you integrate API in Flask?
Integrating an External API into a Flask Application
Read moreHow do you call Flask API in Flutter?
Flutter is a Dart frontend framework. You can connect them by making a Flask API, deploying it on a server, and then interacting with that API from your Flutter app using any kind of request package , and this will indeed be the same code for both platforms.
Read moreHow do I connect Flutter app with API?
Fetch and display the data with Flutter.
Read moreCan we use Python as Back-end with flutter?
You cannot directly connect to backend . When you make backend in python, you need to write APIs (see How to build rest api in Python ). Then from flutter you can connect to those APIs using http package.30 Kas 2019
Read moreHow do I connect flask API with Flutter?
You can connect them by making a Flask API, deploying it on a server, and then interacting with that API from your Flutter app using any kind of request package , and this will indeed be the same code for both platforms.
Read moreHow do I create a login system in Flutter with REST API?
How to authenticate and login users in Flutter from a REST Api
Read more