R Dewan
R Dewan
thanks i got it i was wondering if it was possible using this library
@pizazzsy @jybin88 which service are you using to test SIP ? I am unable to register
@Lyokone it does not work , it use the default android package name , but since i have a flavor setup it will have a suffix based on flavor ```...
any update on it ? please we required this feature
@exaby73 hello here is the sample project https://github.com/rddewan/flutter-material3-demo ``` richard@MAQEs-MacBook-Pro material3_demo % flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.7.1, on...
@exaby73 Hi You have set the largeSize, try to comment the `// largeSize: 20` ``` NavigationDestination( icon: Badge( // largeSize: 20, label: Text('9'), child: Icon(Icons.add), ), label: 'Add', ), ```
@exaby73 are you in Android ? It works fine in android , I am only facing issue in iOS
@exaby73 I think you haven't enable Materil3 `useMaterial3: true,` try to run with Materl3 enabled
@exaby73 I am using your code. You can see the difference in iOS and Android 
@huycozy Thank you i found the issue . It's working fine with xcode 14.2 iOS 16.2. Not sure if it's a iOS 16 or xcode 14 issue