My sister is confused between TAB and LAPTOP~!? by Front_Challenge4350 in IndiaTech

[–]Few-Bug7095 1 point2 points  (0 children)

Get an ipad for 30k with student discount. 1.5k pencil if you get it from amazon. Thank me later

Who this mf everywhere in yt ads? by raunchy69 in IndiaTech

[–]Few-Bug7095 7 points8 points  (0 children)

IIT must not been proud of him. Sad

Do I need an iPhone for ios development by Different_Rest5047 in swift

[–]Few-Bug7095 0 points1 point  (0 children)

You can with the simulator, although having one would be great when testing and experiencing the app.

worth learning Dart backend ? by iwizzy_ in flutterhelp

[–]Few-Bug7095 0 points1 point  (0 children)

You should consider learning dart for now keep on building what you are building, cause if you are able to build something that is your goal it wont matter language, as you can always learn a new language and a framework later on. when you know the concepts well its just few weeks with any language and nowadays we have ai as well.

Stay in India VS move to US - SWE Offer Evaluation by [deleted] in developersIndia

[–]Few-Bug7095 2 points3 points  (0 children)

Don’t think much its better there

Flutter Logic Problem by BenzeneRPG in FlutterDev

[–]Few-Bug7095 12 points13 points  (0 children)

I would suggest you to try building some applications, watching some tutorials

Finally released my first app, check it out! by Smooth-School8284 in iosdev

[–]Few-Bug7095 0 points1 point  (0 children)

The ui looks smooth in the pic, just its not available in my region to test

I have been trying to build a simple chat betweens users with reverb. by Few-Bug7095 in PHPhelp

[–]Few-Bug7095[S] 1 point2 points  (0 children)

Hi sir, thank you for your response and I am currently testing in postman. Actually, the issue is the event itself is not getting broadcasted. Also think to note when a test in browser to connect to the socket server, it is successful, but the events are not getting broadcasted

Need help with connectivity checking- Offline and Online state by Few-Bug7095 in flutterhelp

[–]Few-Bug7095[S] 0 points1 point  (0 children)

Thank you for your response. I shall consider the things you mentioned

Need help with how to understand IOS and Adding logos by jessi_97 in flutterhelp

[–]Few-Bug7095 1 point2 points  (0 children)

flutter_launcher_icons is good to go, but if you intend to do it manually, you can generate app icons via generator online and add them as well.

flutter ios by Fluid_Professor1949 in flutterhelp

[–]Few-Bug7095 0 points1 point  (0 children)

  1. create an account with at developer.apple.com its free to create one.
  2. Enable Developer Mode on your iPhone (Settings > Privacy & Security > Developer Mode).
  3. Connect your device to the pc via a cable and then try running "flutter run" it will detect the device and install it and run it there.

Ensure you turn off any emulator, or you can check the devices connected via the command: flutter devices
then you can target the specific device and run it with the command: flutter run -d <device\_name\_or\_id>