comment_section.dart
* _SortSelection: text -> term
* assign fullPostView at the beggining of builder for later ease of use
full_post.dart
* use Providers in route methods since it makes the most sense
* merge _FPP & FPP to one widget
* assign postView earlier for ease of use
* Provider -> Provider.value
goto.dart
* switch goToPost to use Navigator with route instead of goTo
post_actions.dart
* padding fromLTRB -> symmetric
post_more_menu.dart
* turn showPostMoreMenu into a static method
* Provider -> Provider.value
* Hook -> Stateless
* goTo -> Navigator.push