skip to Main Content

Widgets Layout in flutter

I am working on website where i have multiple widgets to be laid one below the other. I have seperate widgets folder where i save all widgets file. I am import widgets on Home screen which is then called in…

VIEW QUESTION

Flutter – Access Provider in Class

I have a class called NavigatorRepository that I am trying to access, userProvider. How should I be accessing the userProvider inside the NavigatorRepository? I feel like i've tried everything, except the right thing... Here is a snippet from NavigatorRepository final…

VIEW QUESTION

Flutter awesome_extensions package issue

I cloned a project that uses awesome_extensions package version 2.0.5 but the problem is whenever I run the flutter pub get and run the app. It gives the following error that shows the version 2.0.8 is installed. ../../../.pub-cache/hosted/pub.dev/awesome_extensions-2.0.8/lib/widget_extensions/padding_extension.dart:44:29: Error: Member…

VIEW QUESTION
Back To Top
Search