foros need to find new solution for the Beta 8 seems the code has changed.
Finally i was able to solve in Beta 8.1 just edit the line 73 of /vendor/flarum/sticky/src/Listener/PinStickiedDiscussionsToTop.php
:
from: $query->union($sticky);
to array_unshift($query->orders, ['column' => 'is_sticky', 'direction' => 'desc']);
this solution is not fully working see here.