nimblehq / flutter-templates

A repository contains Flutter templates that are used by Nimble developers
MIT License
23 stars 3 forks source link

Define app color resources via a new "AppColors" class instead of generating from an XML by flutter_gen #246

Closed luongvo closed 1 year ago

luongvo commented 1 year ago

Why

According to #231, we added a setup to define app color resources via an XML file and generate it by flutter_gen. After discussing internally, the team agreed to improve by using a new AppColors class instead. This helps us to:

To achieve this update:

Who Benefits?

Developers