funding constant
Funding
Current app funding
Package authors can use the funding property to specify a list of URLs that provide information on how users can help fund the development of the package. For example:
funding:
- https://www.buymeacoffee.com/example_user
- https://www.patreon.com/some-account
If published to pub.flutter-io.cn the links are displayed on the package page. This aims to help users fund the development of their dependencies.
Implementation
static const List<Object> funding = <Object>[];