So I want to change the intl Date format into a french format (fr_FR). I googled and I found this line but I don't know where to put it in the code:
import 'package:intl/date_symbol_data_local.dart';
initializeDateFormatting('fr_FR', null).then((_) => runMyCode());