asteroid-studios / jolt

Jolt is a UI Framework for Flutter - Built as an alternative to Material & Cupertino
https://flutterjolt.dev
MIT License
3 stars 0 forks source link

Allow defining completely custom typography or color scheme class #5

Closed k-ane closed 6 months ago

k-ane commented 6 months ago

For example instead of having all displayLarge, displayMedium etc, users might want to define their own Typography class with only the values they will use.

k-ane commented 6 months ago

This would be very possible if leaning more towards the strategy of Jolt being setup as a separate package for each project, with the core Jolt being a dependency and some boilerplate being setup by CLI. Ie base theme etc