/FlutterUtils

This file used to manage the response UI on the flutter.

Primary LanguageDart

FlutterSizeConfig

This file use to manage the response UI on the flutter.

for Text Size

use in Text Widget - Text( "Required Text", style: TextStyle( color: Colors.black54, fontSize: SizeConfig.blockSizeHorizontal * 2.5, ), ),