download

Flutter-Stateful or Stateless widgets?

March 27, 2019 admin 5

Stateless widgets widgets that don’t need to manage any form of internal state. “A stateless widget has no internal state to manage. Icon, IconButton, and Text are examples of stateless widgets, which subclass StatelessWidget” Stateful widgets Stateful widgets are dynamic. They allow us to create widgets which can dynamically change […]

Loading

7 3

Flutter

March 8, 2019 admin 1

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 for Google Fuchsia. Get started Flutter is a new mobile app SDK to help developers and designers build modern mobile […]

Loading