This is a Etsy, competitor analysis program.
flutter run -d emulator-5554
flutter run -d windows
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For some issues:
- If you against to some Fluent_ui errors when running on dekstop app. You can check your flutter channel
flutter channeland if its not in stable channel you cna swich your channel withflutter channel stablecommand and after that runflutter upgrade. - Enable desktop support, on project root run this commands:
flutter config --enable-windows-desktopflutter config --enable-macos-desktopflutter config --enable-linux-desktop
For some other issues:
- If your Flutter version is 3.10.5 adn Dart SDK version is 3.0.5 then you should downgrade to 3.7.11 or 3.7.8 it depends on your system.
flutter downgrade <flutter-version>
flutter build windowsfor Windows build builds the exe file which is located inyourprojectpath/your_project_build/windows/runner/Release