This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:freezed_annotation/freezed_annotation.dart'; | |
import 'package:vinland/src/models/image.dart'; | |
part 'article.freezed.dart'; | |
part 'article.g.dart'; | |
@freezed | |
class ArticleAttributes with _$ArticleAttributes { | |
factory ArticleAttributes({ | |
required String title, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Fabrice NYONATO", | |
"label": "Développeur Web & Mobile", | |
"image": "https://lh3.googleusercontent.com/a/ACg8ocIDZ9NaTbzKAo_APcAZAzPqEx7QYGLKxdqmecK_iTSU-Q0=s576-c-no", | |
"email": "[email protected]", | |
"phone": "", | |
"url": "https://fabrice-nyonato.com", | |
"summary": "En tant que développeur web et mobile pendant six ans, j'ai créé et développé des applications web en utilisant VueJs, Angular, Symfony et Node.js, tout en me spécialisant dans Flutter pour les applications mobiles.", |