flutter-settings-ui icon indicating copy to clipboard operation
flutter-settings-ui copied to clipboard

Create native settings for Flutter app in a minutes.

Results 42 flutter-settings-ui issues
Sort by recently updated
recently updated
newest added
trafficstars

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:...

bug

Chrome support is omitted from pub.dev, but there is a screen shot from chrome in the preview: https://pub.dev/packages/settings_ui ![image](https://github.com/yako-dev/flutter-settings-ui/assets/111667/e7e10792-a6a8-486c-ad6a-2655766d7741)

enhancement

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: ![bug](https://github.com/yako-dev/flutter-settings-ui/assets/10624972/5660cd36-8b91-4c17-86a5-4fd2ce1f7806) Here is...

bug

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.

bug

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",...

enhancement

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?

question

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:...

Future plans

![Image](https://user-images.githubusercontent.com/16175106/204792049-bd32ec49-8413-4f2b-89df-6215f0369902.png)

Future plans

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...

enhancement

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...