Jerzy Świniarski

Results 2 comments of Jerzy Świniarski

Would be very nice if NUI had smth like this: http://stackoverflow.com/questions/23201134/transparent-argb-hex-value Thanks!

I've simply added a text above the calendar and I'm observing the onPageSelected. Hope it helps @YogeshLegendkiller: ``` class CreateLessonFormView extends StatefulWidget { @override _CreateLessonFormViewState createState() => _CreateLessonFormViewState(); } class...