created: 22/02/2023
Multikart Shopify is an eCommerce mobile app with full integration with your existing Shopify website. It offers app developers a fast and expressive way to build native apps on both iOS and Android using a single codebase. This app comes with around 30+ screens and will work on both Android and iOS platforms. Multikart has some additional features like shimmer effect, multi-currency, multi-language, state management using GetX, support Dart extension, RTL and GRAPHQL support. This UI enables you to develop beautiful and feature-rich apps. You can add any part of the code. You like and apply it to your code. Our code is well organized with all folders, file names, class names variables and functions under 70 lines. This code is well named to make it easy to reuse and customize. This app has features like light and dark mode.
InstallationIf you use Chatify in your project then you need to change following changes.
Flutter (v3.0.5 or higher)
Install Flutter using following link according to your System like Windows, MacOS etc.
Dart with higher version
Install Dart using following link
https://dart.dev/get-dart/archive
We know you are aware for flutter installation steps if you are facing Any difficulty then follow this stpes : https://docs.flutter.dev/get-started/install?gclid=CjwKCAiAyfybBhBKEiwAgtB7fow-94-hreD6f2avvXKl2VvIDbS_focHuOlycE3RcHUxPCuOlXLvGBoCok8QAvD_BwE&gclsrc=aw.ds
If you want Dart setup then directly follow next Dart setup section
IN WINDOW :
C:\> choco install dart-sdki
IN LINUX :
$sudo apt-get update
$sudo apt-get install dart
IN MacOS :
$brew tap dart-lang/dart
$sudo apt-get install dart
Create ProjectBefore you begin, make sure your development environment includes Flutter and Dart install in Android Studio or in Visual Studio or in Intelli J IDEA
SHOPIFY















Map
<
String, dynamic> environment = {
"serverConfig": {
'domain': 'Your Domain/ Api Url',
'accessToken': 'Your Access Token',
'adminAccessToken': 'Your Admin Access Token',
},
};
flutter create

npm install -g firebase-tools
firebase login
firebase logout
firebase init
flutter build web
firebase deploy