marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
340 stars 109 forks source link

Optimalization for package #74

Closed PcolBP closed 3 years ago

PcolBP commented 3 years ago

I optimized some of code.

In case of file animated_button.dart removed simple_animations in favor of SingleTickerProviderMixin which implements single Ticker (in this case we only need one) where in AnimationMixin was implementing TickerProvider (with multiple tickers).

This PR contains no breaking changes.

Check out and let me know what you think about it.

marcos930807 commented 3 years ago

Hi @PcolBP Thanks for your work here. Later a will add linter to package to avoid missing const.