import 'package:intl/intl.dart'; void main() { var date = DateTime.now(); print(DateFormat('EEEE').format(date)); // Sunday }