mohanasundaramn / ms-flutter-packages

Custom flutter package collection
MIT License
8 stars 23 forks source link

Add image positioning config, padding config, added NamedRoute example for exit / skip #3

Closed AdamStormhardtGH closed 4 years ago

AdamStormhardtGH commented 4 years ago

Hi there,

I need to add tests around this, so no problem if you reject this request for now! This PR adds/exposes:

Image positioning was something i wanted in a personal project. Hopefully it will help someone else out there! This operates from the config map. If you don't include padding properties it it will just set all padding to 0.0 (title will revert to the padding you set) Readme has been updated with the example map

AdamStormhardtGH commented 4 years ago

Note: Config requires updating to include new entries imgAlign and paddingConfig

AdamStormhardtGH commented 4 years ago

hmm after updating some lbraries this has broken on more complicated projects. I'm going to close, address, then re-open later.