Make Your Macros: Step-by-Step Guide for Flutter Macros
Have you experienced boilerplate issues in developing Flutter apps?
I do. I always write static route() methods for an argument for Navigator.of(context).push() method.
class NextPage extends StatelessWidget {
static Route route() {
return Mate...
chooyan.hashnode.dev7 min read