Trace:
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
flutterui:theme_no_customizing [2026/04/15 10:13] 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 113: | Line 113: | ||
| </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. | + | 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. |
