flutter-settings-ui
flutter-settings-ui copied to clipboard
Create native settings for Flutter app in a minutes.
When using SettingsTile on web trailing widget is not shown. my code: ``` return SettingsList( applicationType: ApplicationType.material, // platform: DevicePlatform.android, sections: [ SettingsSection( title: Text( 'Integrações', style: Theme.of(context).textTheme.labelLarge, ), tiles:...
Chrome support is omitted from pub.dev, but there is a screen shot from chrome in the preview: https://pub.dev/packages/settings_ui 
Hello. I think #121 was not entirely fixed. Here is an example of the scroll not being placed in the correct location on a Web Server device:  Here is...
There was color config in android: https://github.com/yako-dev/flutter-settings-ui/blob/d8d97b23474fc0697334812e9dcfc4d5adb5d071/lib/src/tiles/platforms/android_settings_tile.dart#L64-L66 But the color won't change in web mode because there was no color settings.
The package doesn't support RTL languages by default. The arrow needs to be flipped to the left. Here are the RTL language codes to help you out `RTL_LANGS = ["ar",...
Sorry. been a long time since i updated my project using this lib. I noticed now there is no more background and subtitle. What are the alternatives for these?
Any chance of a Windows settings layout similar to the planned MacOS one? Comparing my Windows 11 Settings window to the MacOS screenshot in the other issue, it's pretty similar:...

Add a boolean parameter to create a compact version of the SettingsTile. This is something that I wanted to use in my project to get a more compact list of...
On https://pub.dev/packages/settings_ui the last version is 2.0.2 and it lacks a few fixes concerning trailing icons. Would it be possible to cut a new release? I'm personnaly waiting #143 and...