Norbert515 / dynamic_theme

Dynamically changing your theme without hassle
MIT License
322 stars 69 forks source link

Abandoned Project #57

Open SoftWyer opened 3 years ago

SoftWyer commented 3 years ago

This project has been abandoned, I believe.

No action from the plugin author for 2 years, lots of issues and outstanding pull requests.

bartektartanus commented 3 years ago

This looks like a nice alternative: https://pub.dev/packages/easy_dynamic_theme

bartektartanus commented 3 years ago

Today I've migrated my app to easy_dynamic_theme and it looks good. It requires less code, changing theme returns void instead of Future (no need to await for the result) and it has three theme options - light, dark and system.

compass-codeworks commented 3 years ago

Today I've migrated my app to easy_dynamic_theme and it looks good. It requires less code, changing theme returns void instead of Future (no need to await for the result) and it has three theme options - light, dark and system.

But can you change colors at will like you can with this one?

hupo376787 commented 3 years ago

I'm using https://pub.dev/packages/dynamic_themes.

It's also a nice choice.

SebastienBtr commented 3 years ago

I didn’t find any alternative that allows creating new themes during run time, only predefined ones. If a package exists for this use case let me know 🙏