Baptiste Parmantier

Results 4 comments of Baptiste Parmantier

@adambisek Yes thanks !

Hello, As seen yesterday, I cloned the repository and added the font "Roboto", Can I add it in your repository? (push git) Thank you in advance

I have the same error with the default install : • yarn create slidev (don't run install dependencies & start) • yarn install • yarn export cf : https://fr.sli.dev/guide/#creation-de-votre-premiere-presentation The...

> Wrap it with Future.delay: ![image](https://private-user-images.githubusercontent.com/90593296/312313556-e8d76ca4-ccfc-4aa6-af56-e68dde4f9d0f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTYzMzUwNjgsIm5iZiI6MTcxNjMzNDc2OCwicGF0aCI6Ii85MDU5MzI5Ni8zMTIzMTM1NTYtZThkNzZjYTQtY2NmYy00YWE2LWFmNTYtZTY4ZGRlNGY5ZDBmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTIxVDIzMzkyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU4NDBlZTE1YjQ1ZmYzOWQ2Y2VmZGJmYTA4YzA5Y2E2MmQ2Njg5NjU0Y2IxMmRmM2RhZmE1NzYyZTAyYWUyZjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.GLH97lndnNoeoiVW3W91Va2oloqjrDbJixfttEtR_U4) It work for me, find my implementation below : ```dart import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:toastification/toastification.dart'; void createSuccessToast(BuildContext context, {required String label, String? description,...