flutterdart

#Mark: equivalent in dart/flutter?


I want to categorised method in dart file like in Xcode/Swift we use //MARK: Some Custom String for Quick view .

Also is there any setting in Android Stduio where i can see all method defined in file.


Solution

  • It depends on the IDE you're using.
    On Android Studio / IntelliJ you can use the region comments as explained here