R Dewan

Results 13 comments of R Dewan

thanks i got it i was wondering if it was possible using this library

@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 ![Screenshot 2566-02-16 at 11 34 08 AM](https://user-images.githubusercontent.com/13164167/219269539-4b4e467a-f93d-46af-8ba6-c18ae3a4937b.png)

@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