Reso Coder - Flutter Developer Bootcamp

Reso Coder - Flutter Developer Bootcamp

Register & Get access to index

alihg01

New member
TutFlixer
May 4, 2022
5
9
3
Egypt
does anyone has snippets for that course? i mean snippets for "freezed" pkg, noted at early course beginning? tnx in advance
{
"Part statement": {
"prefix": "pts",
"body": [
"part '${TM_FILENAME_BASE}.g.dart';",
],
"description": "Creates a filled-in part statement"
},
"Part 'Freezed' statement": {
"prefix": "ptf",
"body": [
"part '${TM_FILENAME_BASE}.freezed.dart';",
],
"description": "Creates a filled-in freezed part statement"
},
"Freezed Data Class": {
"prefix": "fdataclass",
"body": [
"@freezed",
"class ${1:DataClass} with _$${1:DataClass} {",
" const ${1:DataClass}._();",
" const factory ${1:DataClass}(${2}) = _${1:DataClass};",
"}"
],
"description": "Freezed Data Class"
},
"Freezed Union": {
"prefix": "funion",
"body": [
"@freezed",
"class ${1:Union} with _$${1:Union} {",
" const ${1:Union}._();",
" const factory ${1:Union}.${2}(${4}) = ${3};",
"}"
],
"description": "Freezed Union"
},
"Freezed Union Case": {
"prefix": "funioncase",
"body": [
"const factory ${1:Union}.${2}(${4}) = ${3};"
],
"description": "Freezed Union Case"
},
"From JSON": {
"prefix": "fromJson",
"body": [
"factory ${1}.fromJson(Map<String, dynamic> json) => _$${1}FromJson(json);"
],
"description": "From JSON"
},
"Class With Filename": {
"prefix": "classfile",
"body": [
"class ${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/g} {${1}}",
],
"description": "Creates class which shares the name of the file"
},
}
 

elbot

New member
TutFlixer
Jan 13, 2023
77
22
8
Argentina
Is this course too outdated to do it in 2023?
I heard this is one of the better Flutter course out there.
 

porjoton

Premium User
Premium
TutFlixer
Nov 4, 2020
96
94
13
Kabukicho
There's no update for this course - the course author ghosted the ones who purchased this for over 600 bucks; no contact, no update. For those who wish to learn Flutter, free tutorials on youtube or courses by Andrea would be the better choice.
Edit: this course is incomplete and there is no sign of the author completing the course.
 

alihg01

New member
TutFlixer
May 4, 2022
5
9
3
Egypt
There's no update for this course - the course author ghosted the ones who purchased this for over 600 bucks; no contact, no update. For those who wish to learn Flutter, free tutorials on youtube or courses by Andrea would be the better choice.
Edit: this course is incomplete and there is no sign of the author completing the course.
We need the Web Section he made before disappearing
 

mastorzio

Member
TutFlixer
Nov 15, 2021
125
40
19
Monkey Island
There's no update for this course - the course author ghosted the ones who purchased this for over 600 bucks; no contact, no update. For those who wish to learn Flutter, free tutorials on youtube or courses by Andrea would be the better choice.
Edit: this course is incomplete and there is no sign of the author completing the course.
Oh, why is that?
 
  • Like
Reactions: ehabragab36

Latest resources