Skip to content

Commit 925ac4f

Browse files
author
Anchit Makkar
committed
v2.2.2
1 parent 78b2b5e commit 925ac4f

File tree

483 files changed

+24809
-13016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+24809
-13016
lines changed

CHANGELOG.md

+183-21
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,203 @@
1-
# CHANGELOG for v1.0.0
1+
# CHANGELOG for v2.2.2
22

33
#### This changelog consists the bug & security fixes and new features being included in the releases listed below.
44

5-
## **v1.0.1 (17th of January 2024)** - *Release*
6-
* Virtual Product Order Place Issue.
7-
* Add Address issue while checkout.
8-
* Bundle product price details not updating.
9-
* User unable to add virtual product from homepage.
10-
* Push notifications issue fixed
11-
* User Profile image Update issue.
5+
## **v2.2.2 (23rd of October 2024)** - *Release*
126

13-
## **v1.0.0 (8th of January 2024)** - *Release*
7+
* [Feature] Compatible with Bagisto version 2.2.2
148

15-
* [Feature] Multi-locale support
9+
* [Feature] Reorder support
1610

17-
* [Feature] Product share
11+
* [Feature] Subcategories Support
1812

19-
* [Feature] Product Search
13+
* [Feature] Default address Support
2014

21-
* [Feature] Wishlist
15+
* [Feature] Same billing and shipping address support
2216

23-
* [Feature] Compare Product
17+
* [Feature] Inclusive and exclusive tax support
2418

25-
* [Feature] All Type Product Supported
19+
* [Feature] Quantity option in wishlist add to cart support
2620

27-
* [Feature] Multi Currency Support
21+
* [Feature] Subscribe and unsubscribe newsletter support
22+
23+
* [Feature] Filter option for downloadable products support
24+
25+
* [Feature] Configurable product details support
26+
27+
* [Feature] Contact us page support
28+
29+
## **Bug Fixes**
30+
31+
* [Fixed] - Getting product in the compare page when new customer register.
32+
33+
* [Fixed] - Downloadable product sample file is not downloading from the product page.
34+
35+
* [Fixed] - Show "Please add address" warning message on the address page while checkout if address already added.
36+
37+
* [Fixed] - Default product and quantity should be select on the bundle product page and total amount and selected products should be visible as per selected options.
38+
39+
* [Fixed] - Admin added logo and banner image should visible for the category page.
40+
41+
* [Fixed] - Sorting from a-z or from z-a is not working properly on the catalog page.
42+
43+
* [Fixed] - Filter is not working properly on the catalog page.
44+
45+
* [Fixed] - Need to improve the warning message if user trying to register account with already registered email address.
46+
47+
* [Fixed] - Customer and Guest user is not able to checkout due to shipping methods not coming.
48+
49+
* [Fixed] - Show warning message if user send the forget password email.
50+
51+
* [Fixed] - Customer is not able to place order with downloadable product.
52+
53+
* [Fixed] - Customer is able to add configurable product to cart without selecting size on the product page.
54+
55+
* [Fixed] - Dark Mode issue on the search page.
56+
57+
* [Fixed] - #20 Compatibility with latest graphql version
58+
59+
60+
## **v2.0.0 (31st of January 2024)** - *Release*
61+
62+
* [Feature] Compatible with Bagisto version 2.0.0
63+
64+
* [Feature] Push Notification
65+
66+
* [Feature] Multi-locale support
2867

2968
* [Feature] Dark Mode Supported
3069

31-
* [Feature] Product Review
70+
* [Feature] Guest Checkout
71+
72+
* [Feature] Multi Currency Support
73+
74+
* [Feature] All Type Product Supported
3275

3376
* [Feature] Coupons Supported
3477

35-
* [Feature] Guest Checkout
78+
## **Bug Fixes**
3679

37-
* [Feature] Push Notification
80+
* [Fixed] - Show "null review" and product name, price will hide when user refresh the product page.
81+
82+
* [Fixed] - Show extra products under the unselected category from admin end on the catalog category page.
83+
84+
* [Fixed] - User should be able to apply any price filter not multiple of 50 on the catalog product filter page.
85+
86+
* [Fixed] - Need to improve the text and manage space for success message when guest user save address on the address page.
87+
88+
* [Fixed] - Getting warning message " Null check operator user on a null value" if user use "empty spaces" as coupon code and apply on the cart page.
89+
90+
* [Fixed] - Need to show the message if shipping methods are not available for particular location on the shipping page.
91+
92+
* [Fixed] - Product price and subtotal are not visible on the payment page.
93+
94+
* [Fixed] - Getting empty page with message "Null check operator used on a null value" if guest user click on the "Your order id" button the order confirmation page.
95+
96+
* [Fixed] - Need to improve the success message when user add the review to the product.
97+
98+
* [Fixed] - Remove All button is not removing after remove all products from the wishlist.
99+
100+
* [Fixed] - Need to improve the success message when user remove the coupon code from the cart page.
101+
102+
* [Fixed] - Applied coupon amount value is not reflecting on the price details on the payment page.
103+
104+
* [Fixed] - If user place order after adding first time address on the address page then click proceed button then getting warning message.
105+
106+
* [Fixed] - User added review on product is not visible on the admin end.
107+
108+
* [Fixed] - Show wrong data at place of email field on the reviews page.
109+
110+
* [Fixed] - After click "Continue Shopping" button if user again visit the cart page the product is removed.
111+
112+
* [Fixed] - User is not able to remove the already added products on the compare product page.
113+
114+
* [Fixed] - Homepage refresh API is not working properly as wishlist status is not updating on the homepage.
115+
116+
* [Fixed] - User is not able to place order with virtual product getting "Oops server error.Please try again." on the shipping methods page.
117+
118+
* [Fixed] - If user click on recent products then product page is not open and recent product name is not visible on the homepage.
119+
120+
* [Fixed] - After order cancel user redirect to the order page then after some time orders are not visible orders page.
121+
122+
* [Fixed] - Add/Edit address on the address page is not updating immediately on the change address page.
123+
124+
125+
## **v1.4.5 (5th of June 2023)** - *Release*
126+
127+
* [Feature] Compatible with Bagisto version 1.4.5
128+
129+
* [Feature] App Performance Enhanced
130+
131+
* [Feature] voice search
132+
133+
* [Feature] Add Filters on Order list
134+
135+
* [Feature] implemented dashboard view
136+
137+
* [Feature] implement fingerprint login
138+
139+
* [Feature] implemented Product share
140+
141+
* [Feature] implement wishlist sharing
142+
143+
* [Feature] implement sorting on products
144+
145+
* [Feature] Address filling via google map
146+
147+
## **Bug Fixes**
148+
149+
* [Fixed] - When the user removes the coupon from the "Review and checkout" page, the Total amount should get updated.
150+
151+
* [Fixed] - App is not responding, The menu bar is not responding.
152+
153+
* [Fixed] - Orders || order quantity is not correct in app.
154+
155+
* [Fixed] - When the user creates a new account and opens the account information page, some already saved profile picture is visible.
156+
157+
* [Fixed] - Cart|| After adding the product into the cart when refreshing home page at that time cart is getting empty.
158+
159+
* [Fixed] - When the user set the profile image, Without clicking on the save button, Profile pic gets saved.
160+
161+
* [Fixed] - when user create their new account, at that time success message is not correct in app.
162+
163+
* [Fixed] - Category|| filters ||need to implement "apply" button in filter.
164+
165+
* [Fixed] - Add Address || When we add an address through the live location the text is shown in English.
166+
167+
* [Fixed] - guest user|| after added complete address by fetching current location,"country" is not showing correct on review and checkout page in app.
168+
169+
170+
## **v1.3.3 (23rd November 2021)** - *Release*
171+
172+
* [Feature] Compatible with Bagisto version 1.3.3
173+
174+
* [Fixed] - Guest user should not be able to add product to the wishlist.
175+
176+
* [Fixed] - After order placed,the particular product is not visible on order page.
177+
178+
* [Fixed] - Cross button is not visible on Compare product page.
179+
180+
* [Fixed] - User click on product on catalog page that product page is not opened.
181+
182+
* [Fixed] - Order date is showing wrong in the order-list
183+
184+
* [Fixed] - User is not able to complete order from shipping page.
185+
186+
187+
## **v1.3.2 (30th April 2021)** - *Release*
188+
189+
* [Feature] Compatible with Bagisto version 1.3.2
190+
191+
* [Fixed] - If user edit the address then app will add brackets with street field every time.
192+
193+
* [Fixed] - As a guest user-unable to add a wishlist -getting something went wrong message
194+
195+
* [Fixed] - Quantity increase and decrease button on product page is not working.
196+
197+
* [Fixed] - Not able to remove address from address book page.
198+
199+
* [Fixed] - Unable to show user profile information
38200

39-
* [Feature] Complete Customer end features of ecommerce app
201+
* [Fixed] - Share button is not working on product page.
40202

41-
* [Feature] Compatible with Bagisto v2.0.0
203+
* [Fixed] - Price details are not correct and showing without a currency symbol on shopping cart page.

Configuration_guide.md

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
2+
# Configuration Guide:-
3+
4+
**//--------------------Configuration Guide Bagisto app----------------------//**
5+
6+
### For setup the application:
7+
- Path-lib/utils/server_configuration.dart
8+
- Change baseUrl, defaultAppTitle, demo login email & password.
9+
- To disable preFetching and caching change isPreFetchingEnable to false.
10+
11+
```
12+
static const String baseUrl = "***********";
13+
static const String demoEmail = "***********";
14+
static const String demoPassword = "***********";
15+
static const String defaultAppTitle = "***********";
16+
```
17+
18+
- Path-lib/utils/mobikul_theme.dart
19+
- Change primary & accent color.
20+
21+
```
22+
static const Color primaryColor = Color(***********);
23+
static const Color accentColor = Color(***********);
24+
```
25+
26+
- Path-assets/language/
27+
- Change builderAppName with new app name in language string json files (en.json, ar.json, es.json etc)
28+
29+
 
30+
31+
## For Application Title:
32+
- **Android**
33+
* Path-android/app/src/main/AndroidManifest.xml
34+
* change app name - **android:label=```"***********"```**.
35+
- **iOS**
36+
* Go to the ios then Runner and open the info.plist file
37+
* Find the key named as **CFBundleDisplayName** and replace the string value to reflect the new app name.
38+
39+
 
40+
41+
## For splash screen:
42+
- **Change splash screen with lottie json**
43+
* Path-assets/lottie/
44+
* replace the **splash_screen**.
45+
- **Or change splash screen with image**
46+
* Path-assets/images/
47+
* replace the **splash.png**.
48+
* Go to lib/screens/splash_screen/view/splash_screen.dart
49+
* comment the lottie asset splash code and uncomment stack code for asset image splash.
50+
51+
 
52+
53+
## For App icon:
54+
- **Android** - open **android** folder right click **app > new > Image Asset** set Image.
55+
- **iOS** - ios/Runner/Assets.xcassets/AppIcon.appiconset
56+
57+
 
58+
59+
## For push notification service:
60+
- **Android** - Replace **"google-services.json"**.
61+
- **iOS** - Replace **"GoogleService-Info.plist"**.
62+
63+
 
64+
65+
## For Google maps:
66+
- **Android**
67+
* Path-Project/Project name/android/app/src/main/AndroidManifest.xml
68+
* Replace Your Google Map Key For android.
69+
- **iOS**
70+
* Path-ios/Runner/AppDelegate.swift
71+
* GMSServices provideAPIKey:@"Your Google Map Key For ios".
72+
73+
 
74+
75+
## For deeplink:
76+
- **Android**
77+
* Path-android/app/src/main/AndroidManifest.xml
78+
* Change host - **android:host=```"***********"```**.
79+
* Change path - **android:pathPrefix=```"***********"```**.
80+
- **iOS**
81+
* Path-ios/Runner/Info.plist
82+
* Find the key named as **CFBundleURLName** and replace with the host name.
83+
* Open ios project in Xcode and go to signing and capabilities expand associated domains and from here replace - **applinks:```***********```**
84+
85+
 

0 commit comments

Comments
 (0)