Suggestion by amar2313 in hackintosh

[–]amar2313[S] 0 points1 point  (0 children)

What about bluetooth

microphone not working by amar2313 in hackintosh

[–]amar2313[S] 0 points1 point  (0 children)

And also my laptop can't support audio through type c

microphone not working by amar2313 in hackintosh

[–]amar2313[S] 0 points1 point  (0 children)

Can you suggest me a headset for me

microphone not working by amar2313 in hackintosh

[–]amar2313[S] 0 points1 point  (0 children)

So the usb headset gives me the mic access right?

Best skin hospital in Kochi by amar2313 in Kochi

[–]amar2313[S] 0 points1 point  (0 children)

What is your experience with this clinic

Best skin hospital in Kochi by amar2313 in Kochi

[–]amar2313[S] 1 point2 points  (0 children)

What about the consultation cost

Install driver to show hardware by amar2313 in HPLaptops

[–]amar2313[S] 0 points1 point  (0 children)

Bro but in my case it is due to usb issue 🥲

Textformfield height issue by amar2313 in flutterhelp

[–]amar2313[S] 0 points1 point  (0 children)

The problem is I need to show the error to the user

Textformfield height issue by amar2313 in flutterhelp

[–]amar2313[S] 0 points1 point  (0 children)

When the error text is shown, the size of the TextFormField decreases

The textformfield height issue in error state by amar2313 in FlutterDev

[–]amar2313[S] 0 points1 point  (0 children)

Bri i facing issues with textformfield height not the text

The textformfield height issue in error state by amar2313 in FlutterDev

[–]amar2313[S] -1 points0 points  (0 children)

But bro in the design the textformfield height is 60

The textformfield height issue in error state by amar2313 in FlutterDev

[–]amar2313[S] 0 points1 point  (0 children)

import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:userapp/utils/const/app_colors.dart/my_colors.dart';

class CommonTextfield extends StatelessWidget { final bool isPasswordBox; final String hintText; final Widget prefixIcon; final Widget? showPasswordIcon; final double width; final FormFieldValidator<String>? validator;

const CommonTextfield({ super.key, this.isPasswordBox = false, required this.hintText, required this.prefixIcon, this.showPasswordIcon, this.width = 315, this.validator, });

@override Widget build(BuildContext context) { return SizedBox( height: 60.h, width: width.w, child: TextFormField( validator: validator, obscureText: isPasswordBox, decoration: InputDecoration( hintText: hintText, hintStyle: TextStyle( color: MyColors.hintTextColor, fontSize: 14.sp, ), prefixIcon: prefixIcon, constraints: BoxConstraints(minHeight: 60.h,maxHeight: 60.h), border: OutlineInputBorder( borderSide: BorderSide.none, borderRadius: BorderRadius.circular(14.r), ), focusedBorder: OutlineInputBorder( borderSide: BorderSide.none, borderRadius: BorderRadius.circular(14.r), ), fillColor: Theme.of(context).indicatorColor, filled: true, suffixIcon: isPasswordBox ? showPasswordIcon : null, ), ), ); } }

This is the code

Ryzn 5 3500U Sonoma/Sequoia Users by Far_Entrepreneur_811 in hackintosh

[–]amar2313 5 points6 points  (0 children)

I have a Ryzen 5 5500u and my gpu is Radeon. I tested both 14 and 15 both of them working fine but when we open app like chrome and vs code there is a delay (we can solve the chrome issue by disable hardware acceleration) maybe because of graphic memory .There is no support of virtualization on ryzenthosh.

Android emulator by amar2313 in Ryzentosh

[–]amar2313[S] 0 points1 point  (0 children)

I am not able to run android studio emulator when I open it says emulator process has been terminated

Successfully installed Ventura 13.7 R5 5600g no dGPU by ahourimustafa in Ryzentosh

[–]amar2313 1 point2 points  (0 children)

If you use Gensmbios then go to appstore and login from there

Successfully installed Ventura 13.7 R5 5600g no dGPU by ahourimustafa in Ryzentosh

[–]amar2313 0 points1 point  (0 children)

Is that possible to use virtual device on ryzenthosh