UI Create native settings for Flutter app in a minutes Dec 04, 2019 1 min read Settings UI for Flutter Create native settings for Flutter app in a minutes. Installing: In your pubspec.yaml dependencies: settings_ui: ^0.1.1 YAML import 'package:settings_ui/settings_ui.dart'; Dart Basic Usage: SettingsList( sections: [ SettingsSection( title: 'Section', tiles: [ SettingsTile( title: 'Language', subtitle: 'English', leading: Icon(Icons.language), onTap: () {}, ), SettingsTile.switchTile( title: 'Use fingerprint', leading: Icon(Icons.fingerprint), switchValue: value, onToggle: (bool value) {}, ), ], ), ], ) Dart Settings UI supports dark mode: GitHub https://github.com/yako-dev/flutter-settings-ui UI
Spotify A Spotify Application UI Written With Dart This is an enormous spotify application ui that has been written with dart. Supports 4 albums, 4 playlists 28 February 2024
Templates 32 Best Flutter Food Delivery/Restaurant Templates With these templates, developers can save time and effort while delivering a polished and feature-rich mobile app experience for their users. 12 February 2024