January 2021
Beginner to intermediate
318 pages
6h 57m
English
Over the course of the previous chapters, we have seen a lot of functionality that comes as part of the Fyne toolkit. Many applications will, however, benefit from components or functionality that are not included as standard. To be able to support an easy-to-use toolkit API and at the same time support additional functionality, the Fyne toolkit provides the ability to use custom code alongside regular widgets.
In this chapter, we will explore how custom data can be used in a Fyne app, and how custom styling can be added using code or by loading custom themes.
In this chapter, we will cover the following topics:
Read now
Unlock full access