Posts

Showing posts from August, 2020

Media Player Using Flutter

Image
             Media Player Using Flutter                    Flutter is a mobile development SDK and an open-source project currently in beta. It is developed by Google. It helps you build a fast, beautiful, and cross-platform mobile application. It uses a new language called Dart. One of the biggest advantages of Flutter is Reactive views and Widgets. Flutter provides Reactive views without the need for the javascript bridge. It improves performance significantly. Everything is Widget Key Features Hot Reload:  Flutter’s version of hot reload really ease the effort and makes the development process enjoyable. It is already present in React Native. Smart widgets:  If a single widget has an error in processing, only that widgets and its child will get affected. All other widgets will render just fine. In place of affected widgets, the error message is displaced.  Everything is a widget:  In Flutter, Everything is a widget nested inside another widget. It comes with beautiful, customizable