
In PR#216 we added support for new localizations in FluentUI Widgets. Learn more Contribution #įeel free to file an issue if you find a problem or make pull requests.Īll contributions are welcome :) Contributing new localizations #

You can add support for a new language or use a supported language. French German Greek Hebrew Hindi Hungarian Italian Japanese Korean Malay Persian Polish Portuguese Romanian Russian Simplified Chinese Tamil Traditional Chinese Thai Turkish Spanish Ukranian Urdu Uzbek a language is not supported, your app may crash.Arabic Bahasa Indonesia Belarusian Czech Dutch English.import 'package:system_theme/system_theme.dart' ĪccentColor: (),įluentUI widgets currently supports out-of-the-box an wide number of languages, including: It has support for (as of ) Android, Web, MacOS, Windows, Xbox and Linux (GTK 3+). To use the system's accent color, you can use the plugin system_theme made by me :). However, you can also customize your app's accent color to reflect your brand: FluentThemeData( Learn more.īy default, the accent color is Colors.blue. Projects using this library should use the stable channel of Flutter Badge #Īre you using this library on your app? You can use a badge to tell others:Īdd the following code to your README.md or to your website: Ĭommon controls use an accent color to convey state information.

See this for more info on the offical fluent ui supportĪdd the package to your dependencies: dependencies:įinally, run dart pub get to download the package. Since Flutter has stable Windows support, it's necessary to have support to its UI guidelines to build apps with fidelity, the same way it has support for Material and Cupertino.
