8 comments found.
bro do you think to remove this app like Bazaryo flutter ? so I dont want to spend my money for that kind of waste ?
Hello,
I dis not remove the bazaryo app. The name contained “olx” and it was hidden by codecanyon because of some copyright issues.
And once you purchase any product, you will get the entire source code, so no matter if I remove anything, you will still have it. Is it clear?
yes you’r right, we don’t know buy something directly the author so we buy it on codecanyon, you’r clear and right bro, we are stupid your’r smart
it’s very clear
and you didnt give the answer still, do you think to remove it like bazaryo app ? its easy to give answer, yes or no ? which one ? I think question is very clear but still I can explain more, dou you want more explanation about the question ?
So, first of all, it was never my intention to imply that you’re stupid. If you felt that, I’m sorry.
Second of all, I was explaining that I did not remove the Bazaryo app myself. The name of the app contained a keyword that apparently is not allowed and they just hidden the app temporary. I did fix the issue and waiting for them to update the status. If you look in my profile you will see that Bazaryo is still there, but not the package with the mobile app only, which is under review.
Third of all, I am mot planning to remove any products from my profile. I want to mention again, that if you have purchased any products from me, you should still have access to them, even if I decide to remove them from Codecanyon (which I will not do).
I am curious why you are asking this.
Apk is not allowing to sign up or login, please check and resolve the issue
Hello,
Issue should be fixed now. Can you please check and let me know if it is ok for you as well?
Hi bro, I want to know if you can develop custom functions or about user interface and how much
Hello,
It really depends on what your requirements are. My free time is quite limited, but please send me a private message with more details and I’ll do my best to help you.
Hey, My team is planning to buy this template please specify the following - Which state management has been used in flutter app ? Are there any deprecated libraries used as of now for latest flutter version ? Are adds everywhere and which types of adds are they, like google adds or admin defined adds ?
Hello,
Thank you for your interest in the product.
The flutter app is using GetX for state management
The adds are everywhere. It uses AdMob integrations, that has banner, rewarded and interstatial ads.
For android, it is using gradle 7.6.3 and in order for it to work, these are all the packages and their used versions:
animations: ^2.0.7
english_words: ^4.0.0
provider: ^6.0.0
flutter_native_splash: ^2.4.0
flutter_config: ^2.0.0
easy_localization: ^3.0.1
get: ^4.6.6
upgrader: ^10.3.0
package_info_plus: ^4.0.2
overlay_support: ^2.1.0
flutter_svg_provider: ^1.0.3
flutter_svg: ^2.0.9
flutter_scale_tap: ^1.0.5
flutter_spinkit: ^5.1.0
easy_debounce: ^2.0.3
google_fonts: ^4.0.3
carousel_slider_plus: ^7.0.0
dio: ^5.6.0
flutter_secure_storage: ^9.2.2
connectivity_plus: ^6.0.5
flash: ^3.1.0
email_validator: ^3.0.0
shared_preferences: ^2.2.1
url_launcher: ^6.1.10
cached_network_image: ^3.2.3
image_picker: ^1.1.2
permission_handler: ^11.3.1
device_info_plus: ^10.1.2
photo_manager: ^3.2.0
dropdown_button2: ^2.3.9
firebase_core: ^2.12.0
firebase_analytics: ^10.1.0
firebase_auth: ^4.6.0
google_maps_flutter: ^2.2.7
google_sign_in: ^6.2.1
sign_in_with_apple: ^6.1.1
crypto: ^3.0.3
uuid: ^4.4.2
flutter_image_compress: ^2.3.0
path_provider: ^2.0.15
socket_io_client: ^2.0.3+1
firebase_messaging: ^14.6.0
infinite_scroll_pagination: ^4.0.0
shimmer: ^3.0.0
geolocator: ^12.0.0
geolocator_android: 4.5.5
flutter_typeahead: ^5.2.0
flutter_google_places: ^0.3.0
geocoding: ^3.0.0
custom_info_window: ^1.0.1
google_maps_webservice: ^0.0.20-nullsafety.5
masonry_grid: ^1.0.0
readmore: ^3.0.0
flutter_layout_grid: ^2.0.1
flutter_staggered_grid_view: ^0.7.0
debounce_throttle: ^2.0.0
diacritic: ^0.1.3
extended_sliver: ^2.1.3
flutter_rating_bar: ^4.0.1
emoji_picker_flutter: ^3.0.0
enum_to_string: ^2.0.1
flutter_keyboard_visibility: ^6.0.0
animated_bottom_navigation_bar: ^1.3.3
purchases_flutter: ^7.0.2
google_mobile_ads: ^5.2.0
flutter_linkify: ^6.0.0
any_link_preview: ^3.0.0
I hope this answers your questions. If you have any other questions or proposals, feel free to come back any time and I will do my best to help you.
try add more features like livestreaming auction, so seller can live streaming offering bidding in realtime and viewer (buyer) can see the product for bidding
Thank you for the recommendation!
I will add livestreaming functionality into account. I do not have an estimate of when this is going to be done.
Any other ideas are welcome any time.
I dont see where to buy coins to promote my auction
If you’re testing the mobile APK, there is no RevenueCat private key set, because it can be intercepted from the bundle. This is why the google maps might not work either in the APK (the key is not set)
You can test the payment which works in the same way from the web application found here: https://web.biddo.info/
If you try to purchase some coins here, you will be redirected to a Stripe page, where you can use the Stripe testing card: 4242 4242 4242 4242
The other fields can be whatever you want.
If you have any other questions, I’ll do my best to help you.
why didnt you build the backend in PHP (laravel)?
It is a personal preference. I have more expertise on NodeJS than in PHP.
How is the bidding process between users?
Hello,
The bidding process is quite easy.
Let’s say that we have a user A that creates an auction with whatever product it wants. It will set a minimum acceptable price for that product. One user B, can create a bid, setting a price that is obviously bigger or equal with the one set by the auction.
After a bid is made, the auction owner will receive a notification that a new bid was made to its auction and it can either directly accept it, or it can wait for other bids.
The admin of the app has an option in the admin panel which can command the server to automatically accept the highest bid, once the auction time expires.
If a bid is accepted, both the auction owner and the bid owner can leave reviews for each other. If the reviews are positive, this will increase the trust of the users within the app.
There are more validations done under the hood, like not allowing bids that are too far away from the auction owner.
There are a lot more functionalities inside the app, like real-time chat, view auctions on the map or a recommendation system that will provide similar auctions to a user based on preferred categories and favourites.
Not sure if I answered your question. If not, please feel free to come back with a message and I will do my best to help you.
How does admin earn money?
The admin makes money from 2 sources: 1. Ads from the mobile application 2. Purchased coins
The admin can set a maximum number of free auctions or bids that one user can make. After this number is reached, each user must “pay” a custom amount of coins in order to create an auction or a bid. This is another use case in which coins can be used, besides promoting an auction that will bring it in front of the auctions list.