tenSun
tenSun
A RenderFlex overflowed by 1.5 pixels on the bottom.  If you want to keep the original style as much as possible and solve the error at the same time,...
Maybe you can consider collocation contentHeight and frameHeight to deal with 
Fix Platform._operatingSystem exception generated by running web
Unsupported operation: Platform._operatingSystem  Consider replacing Platform.isAndroid with defaultTargetPlatform==TargetPlatform.android to avoid exceptions. 
Cannot convert value of type 'Configuration' to expected argument type 'UIButton.Configuration'  Maybe consider adjusting pod 'ImagePicker' to pod 'ImagePicker', :git => 'https://github.com/hyperoslo/ImagePicker.git'. 
Although there are FlexList in _HomeTableState But FlexList are not used in HomePageCell It can also be seen from the screen that the proportions are inconsistent  Consider using the...
Numbering sequence is out of order  You can consider rearranging it once after loading the data
You originally used ObservableList to update the transmission data. Have you considered using StateResult to update the transmission data? Using StateResult completely, it may be more consistent.
layout_anchorGravity seems redundant, since layout_gravity is already used.  Or consider deleting layout_gravity, then add app:layout_anchor="@id/scroll_view", and then adjust the layout_height of scroll_view to match_parent, which can achieve the same...
The minCompileSdk (33) specified in a dependency's AAR metadata  Maybe consider adjusting compileSdkVersion and targetSdkVersion to 33.  Apps targeting Android 12 and higher are required to specify an...