Tag Flutter

Flutter Failed assertion: line 1785 pos 12: ‘hasSize’

Error Failed assertion: line 1785 pos 12:’hasSize’ The reason SingleChildScrollView nested ListView, GridView report errors, SingleChildScrollView and ListView have scrolling. The properties of physics are all scrollable by default. SingleChildScrollView added Expanded or Flexiblez. Solution Just add shrinkWrap: true and…

Kotlin vs Flutter, how should I choose?

In terms of mobile application development, Kotlin and Flutter are currently two hotter technologies. Among them, Kotlin was developed by Jetbrains and later strongly supported by Google, while Flutter was independently developed by Google itself. Judging from the current official…