Skip to content

Kum-Sap Marketplace is a simple online shopping application.

Notifications You must be signed in to change notification settings

ommpawin/kum-sap-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kum-Sap Marketplace

Flutter Mobile Challenge

Simple Online Shopping Application with 4(+1) Pages.

Getting Started with Flutter

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 help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

FVM Setup

FVM Flutter Version Management A simple CLI to manage Flutter SDK versions.

$ pub global activate fvm # install FVM to manage Flutter version
$ fvm install 3.3.2
$ fvm use 3.3.2

Build and Run Step

# Get Package and Build Project
$ fvm flutter clean
$ fvm flutter packages get
$ fvm flutter pub run build_runner build --delete-conflicting-outputs

# Run Project
$ fvm flutter run 

iOS uninstall & reinstall packages

# Clean Xcode Cache
pod ios/deintegrate && fvm flutter clean && rm -Rf ios/Pods && rm -Rf ios/Podfile.lock && rm -Rf ios/.symlinks && rm -Rf ios/Flutter/Flutter.framework && rm -Rf ios/Flutter/Flutter.podspec && rm -Rf ios/Podfile && rm -Rf build && rm -rf ~/Library/Developer/Xcode/DerivedData

[!!! Important] Error Note

1. Error The current Dart SDK version is... Log

Running "flutter pub get" in kum-sap-marketplace...
The current Dart SDK version is 2.17.1.

Because kumsap_marketplace requires SDK version >=2.18.1 <3.0.0, version solving failed.
pub get failed (1; Because kumsap_marketplace requires SDK version >=2.18.1 <3.0.0, version solving failed.)
Exited (1)

Fix : Change environment -> SDK to ">=2.17.1 <3.0.0" or Clean project cache

About

Kum-Sap Marketplace is a simple online shopping application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published