Setting up your new app
Begin by forking https://github.com/RostislavLitovkin/PlutoFramework.
All of the UI (including the app itself) can be found in PlutoFramework folder.
Code structureUpdate Android app info
Take a look at PlutoFramework/Platforms/Android/AndroidManifest.xml
.
Notably change these properties:
package (Must be changed to be released on Google Play store)
android:versionName
android:versionCode
android:label (Application name)
Update iOS app info
Guide to be added
Update the design
You can customise the colors in PlutoFramework/Resources/Styles/Colors.xaml
.
You can change the backgrounds for both light/dark modes in PlutoFramework/Resources/Images
.
Change the app icon in PlutoFramework/Resources/AppIcon/AppIcon.png
.
Change the app splash screen in PlutoFramework/Resources/Splash/plutowalleticonwhite.png
.
Last updated