Posts

Showing posts from October, 2021

Cheeky Parcel Mobile App

Image
  Welcome to Cheeky Parcel App Introduction Cheeky Parcel is a flutter and dart based Android and iOS app. Where flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase. Fuchsia, Flutter widgets incorporate all critical platform differences such as scrolling, navigation, icons, and fonts to provide full native performance on both iOS and Android. Dart is a client-optimized programming language for apps on multiple platforms. It is developed by Google and is used to build mobile, desktop, server, and web applications. Dart is an object-oriented, class-based, garbage-collected language with C-style syntax. Dart can compile to either native code or JavaScript. Requirements To edit this project you must have Flutter and Dart installed and configured successfully on your device Install flutter Set up your editor Install the Flutter and Dart plugin...

Cheeky Parcel Admin Panel

Image
Admin Setup & Configuration This collection of articles guides you through how to setup Cheeky Parcel Admin Panel.   Setup Grocery You can easily change your Grocery  name ,  email ,  phone ,  address ,  logo ,  Opening Time ,  Closing Time , Currency  and  Delivery Charge . From admin panel go to settings >Grocery Setup Then click on the Submit Button and update the information Location Setup Set up your main branch location Branch setup If you have more than one branch add your branch as a sub branch of your main branch as follows Provide a latitude and longitude of your sub branch Give a coverage area of the sub branch SMTP configuration To configure the SMTP system follow the steps below. Create an email from your  server panel After creating an email account, go to admin  Dashboard ->web Config -> Mail Config MAIL DRIVER: SMTP MAIL FROM NAME: Your company name MAIL HOST: Your mail host MAIL PORT: Your mail por...