Code

Discussion on Orange - Dating app with Livestream, Chat, Gifts, Payouts : Flutter - Laravel : Full App

Discussion on Orange - Dating app with Livestream, Chat, Gifts, Payouts : Flutter - Laravel : Full App

By
Cart 202 sales
Recently Updated

233 comments found.

Hello, I’m interested in purchasing your product, but I noticed that the frontend web app is missing. In my opinion, this is the most important component.

Would you be able to develop a super fast frontend similar to Tinder, built as a PWA or SPA web app? Please let me know once it’s ready I’ll be happy to purchase immediately!

Many people are reaching out to you about the frontend version, and I don’t understand why you haven’t pursued it yet. It could significantly increase your revenue. If you have the skills to develop it, you should definitely focus your efforts there.

I’m ready to wait for you, but you have to give me a deadline. I’d like to start my project this month. Thank you!

Can’t give time to you for frontend, Please start only if you are okay with mobile app for now.

Hi! why have not a frontend website? Do you planning of this in the future? Thanks

Yes, we might plan this in future for sure.

Hi, i am not the buyer, my client did buy this app, so currently we are facing issue s below, please let us know is the updated backend code uploaded or not ?

  1. Issue Summary — “API returning numbers as strings”
  1. Problem Description

When calling our Laravel API (e.g. `/api/user` or `/api/profile`), the backend returns numeric values (IDs, counts, etc.) as strings instead of proper JSON numbers.

Example actual API response:

```json { “id”: “25”, “wallet”: “500”, “followers”: “10”, “is_block”: “0”, “is_verified”: “1” } ```

Expected correct response:

```json { “id”: 25, “wallet”: 500, “followers”: 10, “is_block”: 0, “is_verified”: 1 } ```

  1. Observed Impact

On the mobile app (Flutter), these values are expected to be integers. Because the backend sends them as strings, the Flutter app crashes or throws:

``` Unhandled Exception: type ‘String’ is not a subtype of type ‘int?’ ```

This happens across multiple numeric fields such as:

  • `id`
  • `wallet`
  • `followers`, `following`
  • `age_preferred_min`, `age_preferred_max`
  • `distance_preference`
  • `relationship_goal_id`
  • `is_block`, `is_verified`, `is_like`, etc.
  1. Root Cause

Even though the MySQL database columns are correctly defined as `INT`, Laravel’s JSON serialization is converting them to strings. This typically occurs when:

1. The Eloquent model doesn’t define `$casts` for numeric fields. 2. Accessors (`getXxxAttribute()`) or manual transformations (`toArray`, `Resource` classes) are returning strings. 3. The JSON response is automatically encoding PHP variables that were cast to strings earlier in the model or resource.

  1. Recommended Fix

Please ensure all integer and boolean fields in the Laravel Eloquent models (like `User`, `Profile`, etc.) are properly casted using `$casts`.

  1. Example fix (in `app/Models/User.php`):

```php protected $casts = [ ‘id’ => ‘integer’, ‘wallet’ => ‘integer’, ‘followers’ => ‘integer’, ‘following’ => ‘integer’, ‘age_preferred_min’ => ‘integer’, ‘age_preferred_max’ => ‘integer’, ‘distance_preference’ => ‘integer’, ‘relationship_goal_id’ => ‘integer’, ‘is_block’ => ‘integer’, ‘is_verified’ => ‘integer’, ‘is_like’ => ‘boolean’, ]; ```

Laravel will then automatically output those fields as numeric JSON values, not strings.

  1. ✅ Expected Outcome

After applying the fix:

  • All numeric fields in API responses will appear as numbers in JSON.
  • The Flutter app will parse them correctly without type errors.
  • No need for client-side “string → int” conversions anymore.
  1. Optional Debug Step (to verify)

Add a temporary route to inspect actual output types:

```php Route::get(’/debug/user/{id}’, function ($id) { $user = App\Models\User::find($id); return response()->json($user); }); ```

After the fix, verify the JSON structure — numeric fields should appear without quotes.

Would you like me to also prepare a shorter version (2–3 paragraph summary) you can paste into an email or Jira ticket to your backend team?

Please contact on support desk to resolve any issues you are facing.

Hi,

How do we contact support as the telegram number is no longer working? And additionally it says that the help desk is closed so what do we do?

I have had developers working on it for 5 days, encountering issues after issues and we have no way of contacting support.

Telegram support desk is absolutely working fine and support is being provided to many other buyers. If you can’t find us, please share us your number and we will contact from our end.

Hello, regarding the Feed dynamic feature, does it recommend and display nearby content based on geographic location, or does it show content from the entire platform?

It shows from entire platform.

Does this script include the design source files (e.g., Figma, Sketch, Adobe XD)?

No, You can buy that from us. Or claim from us if you are extended license owner.

Loved how SHORTZZ got updates and features. Possible to do the same in this project?

It got update few days back with some amazing functions like subscriptions. This item also gets updated regularly since this also one of our best selling items.

Hi, I saw that when registering, the user specifies the city they live in. My question is, is it possible to filter subscription earnings by city? This way, I could franchise the app; it’s the easiest way to grow.

Subscription earnings are completely handled by stores, App store & Google Play. SO they might provide you data for analysis, There is not system in the platform which can provide you the data like you asked.

can you add random chat option

No, for now we are unavailable for customizations.

Hello, could you tell me if the admin panel allows me to configure premium plans?

Is it possible to configure which premium features are available?

I noticed there’s no button to adjust the search filters in the browser or on the match screen. Where can I adjust them?

No, you can’t configure plans from admin panel. There is a button on match screen where you can adjust them. Please check the filter icon on the right side of the text “It’s a match”. Click on it and you can adjust it.

Hello

If I buy this script can you give me a time line when aws storage will be added that the only thing holding me.

No response

We will try to add that ASAP.

We are having the same problem, purchased the package a while ago, decided to start using it a few days ago. Admin is installed but cannot login, followed the instructions to a T twice to install it on android studio and the emulator just shows the orange logo loading screen and doesn’t move forward. Are you docs upto date?

Hello Man, As we have declared on support details page as well as here on codecanyon, There will be support vacation from 8th to 20th of Sept. We are really sorry for the issues you face and appriciate your patience. We will make sure that requests gets processed very soon once we are back.

Purchased the template almost 3 weeks before. ZERO support from the telegram number. We did exactly as per the given instructions but its not working. The api is not working. the dashboard is not working !!

Hello Man, As we have declared on support details page as well as here on codecanyon, There will be support vacation from 8th to 20th of Sept. We are really sorry for the issues you face and appriciate your patience. We will make sure that requests gets processed very soon once we are back.

IOS demo and admin demo not working

What issues you are facing.

Hi, is the subscription option included in the regular license?

Yes.,

Please to save cpanel space can you add aws as storage for image and video.

I have been going through the demo it okay my only concern now is the local storage.

AWS s3 storage should be added

Okay, we will share this suggestion with our development team.

Please is there any hope of adding the aws storage soon.?

We have sent this to development team, It might come soon.

Hey everyone! I saw you released a great update. I have a question: will user files (images and videos) be saved to a local folder on the server or without an image server like Digital Ocean Space?

AWS and Digital Ocean Space

please

Thanks for your suggestion.

Are bonus or discount coming soon

Not very soon.

iddqd85

iddqd85 Purchased

Nice update! But – It would be great if you could share a step-by-step guide for updates. You’re usually really good at making guides, but right now it feels a bit like guessing unless you already know Laravel, Flutter, and SQL. For less technical users, it’s stressful to overwrite files on a live project. A simple guide would make updates much safer and easier.

The Readme.Md file has updates and steps to find out the things you should do to make updates.

how do i update the admin panel without losing all the database data?

Yes, you can do that. Make changes on your database as asked in Readme,MD file and then replaces files listed there as well.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey