Kick-Off: Multiple Language LiveScore, News, more With Admin Panel
Flutter is an open-source mobile application development framework created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications from a single codebase.
Development in Flutter is faster than native and the performance of apps is as good as that of those developed natively.
For the application when you purchase it, you will need to connect it with your own site via REST API or build it BACK-END, with your own panel to control the application.
I am using a pair of APIS in this back-end, one brings us the football data (leagues, countries, teams, matches according to the day, matches directly,Standings…) and for this data is provided to us by API in English, so I added new API to translates for us from English to any language in the world, including Arabic, and as it is known that sometimes the translation is wrong and this is a normal thing. And the work of the BACK-END is to bring the data and store it in your server automatically without any interference from you, the application becomes running on its own, and the admin panel through it we correct the wrong words (leagues, teams, players, ...), only once.
And also if you have a site that provides news via API. You can connect with the application, or from the admin panel, you can upload the news manually.
The Apis I’m using for this demo:
-
-
Flutter is an open-source mobile application development framework created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications from a single codebase.
Development in Flutter is faster than native and the performance of apps is as good as that of those developed natively.
NOTE:
I will explain to you how the application works:For the application when you purchase it, you will need to connect it with your own site via REST API or build it BACK-END, with your own panel to control the application.
I am using a pair of APIS in this back-end, one brings us the football data (leagues, countries, teams, matches according to the day, matches directly,Standings…) and for this data is provided to us by API in English, so I added new API to translates for us from English to any language in the world, including Arabic, and as it is known that sometimes the translation is wrong and this is a normal thing. And the work of the BACK-END is to bring the data and store it in your server automatically without any interference from you, the application becomes running on its own, and the admin panel through it we correct the wrong words (leagues, teams, players, ...), only once.
And also if you have a site that provides news via API. You can connect with the application, or from the admin panel, you can upload the news manually.
The Apis I’m using for this demo:
-
-