Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
flutterui:theme_no_customizing [2026/04/15 10:12]
admin
flutterui:theme_no_customizing [2026/04/15 10:14] (current)
admin
Line 3: Line 3:
 If you want a custom look for your app, your best bet is to use our app as a base and build your own app from it. You can easily adjust the theme and set your own icons without having to implement any logic. You just handle the styling, and everything else remains just as dynamic. If you want a custom look for your app, your best bet is to use our app as a base and build your own app from it. You can easily adjust the theme and set your own icons without having to implement any logic. You just handle the styling, and everything else remains just as dynamic.
  
-However, if you would rather avoid that extra effort, we also offer several customizations that do not require a separate native app. For instance, you can specifically round the corners or set your own colors. It is super simple and can be done right in the '''​mobile_styles.xml''':​+However, if you would rather avoid that extra effort, we also offer several customizations that do not require a separate native app. For instance, you can specifically round the corners or set your own colors. It is super simple and can be done right in the ''​mobile_styles.xml'':​
  
 <file xml mobile_styles.xml>​ <file xml mobile_styles.xml>​
Line 112: Line 112:
 </​style>  ​ </​style>  ​
 </​file>​ </​file>​
 +
 +You can always override default (light) settings with dark settings. The first tag must start with ''​dark.'',​ e.g.: ''<​screen>​ -> <​dark.screen>''​. That's it.
  
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information