I saw the image of the final result in the beginning and I started working, took me 2 hours and half (my first ever complete project in flutter and mobile development). Definitely worth the time and the effort.
I've legit just learned more about Flutter in 18 minutes than I did in 6 months taking courses etc. Incredibly appealing teaching style fast but still totally able to follow
Hello Santosh, I believe you are a really good teacher. I'm gonna look over all of your videos to learn about the flutter. Thankyou so much for this video.
Well took me more than 20 mins ofc to finish the whole thing. But it was a really cool learning experience. Thank you so much for the tutorial. Best of luck.
I was stuck at 3:49 in this tutorial because as a beginner, I could not follow because I dont know which part was clicked by the author..it seems the explanation was kind if restrained to meet the under 20 minute timeline..so sad 😔😔😔
hi bro, working through this now. how can you auto complete the - import 'package:bmi_calculator/screens/home.dart'; import 'package:flutter/material.dart'; at the top of the main.dart tab and all.. i had to write out the whole tutorial and in the end had some errors that i couldnt find. But thats my fault as im a total beginner. ill try again. really nice teaching anyway mate. thanks for making the vid.
Hi Santos great to see you using my design and creating the app in Flutter. I created mine with React Native and this could be a great use for studying both tech. Btw why you delete my previous comment, I just appreciated your work lol ?
hi Santos thanks for the tutorial but i have met an issue so when i debug my project on the emulator screens says:' there is no such method (asstringtofixed) dynamic call of null receiver: null arguments:[2] '
"The named parameter 'key' is required, but there's no corresponding argument. Try adding the required argument.dartmissing_required_argument" This error appears in home.dart. Does anyone have any solution?
In your home.dart file, go to your Stateful Widget class like Home or HomeScreen, and remove the "key" parameter from it's constructor. I think you might have placed the "required" keyword before the "key" parameter, because when you use "required" keyword, you tell Dart to require an argument when using that constructor for creating an object. "required" means compulsory to pass.
@@HulIZ I ended up using hexcolor: ^2.0.5 in my pubspec.yaml file and for the file left_bar and right_bar used this code to fix the issues: const xxxBar({Key? key, required this.barWidth}) : super(key: key);
@@HulIZ Yes, I agree with you. I did like this : (in app_constants.dart file) import 'package:flutter/material.dart'; final Color mainHexColor = Colors.black12; final Color accentHexColor = Colors.yellowAccent; The problem was solved.
Hello santos Im ragab from egypt You are very good men Sory for englesh lang I need to help me I need project app like amazon With admin side Backend not ui ux By flutter Im trying to write code but i cant to connect two app with both b same fairbase database
hey i am getting an error message on terminal like getTextBeforeCursor on inactive InputConnection getTextAfterCursor on inactive InputConnection getSelectedText on inactive InputConnection endBatchEdit on inactive InputConnection Will you please help to solve this
hi I wanted to develop an app in flutter and dart, my logic building concepts aren't clear, just a beginner and want your help in its development also I already have the full layout ready just need implementation with your help in collaboration .even little knowledge is ok but should be determined
Hi Santos i am having an error i extracted the function that performs calculation so i can return a map result with the calculated result and a message but cant seem to display the result here is the function converter(double height, double weight) { double result = weight / (height * height); if (result > 25) { return {'result': result, 'message': "You\'re over weight"}; } else if (result >= 18.5 && result
@@SantosEnoque great, what’s your email btw? I’m from Stanford and my friend and I have wanted to speak with you regarding other business opportunities!
Of course but it is meant to learn not to show off. And besides tell me one thing that isn"t available on google that you can develop? We all modify them to suit our needs or problems we face.
lib/screens/home.dart:18:35: Error: The getter 'accentHexColor' isn't defined for the class '_HomeScreenState'. - '_HomeScreenState' is from 'package:bmiapp/screens/home.dart' ('lib/screens/home.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'accentHexColor'. I'm getting this error for every page, even though I declared Hexcolor in the pubspec dependencies Please help me out!
probably solved a long time ago, however for anybody struggling right now, the solution to this problem is going into pub spec.yaml and changing the dependencies to --> hexcolor: ^2.0.5 instead of what the creator of this video entered.
lib/widgets/left_bar.dart:7:22: Error: The parameter 'key' can't have a value of 'null' because of its type 'Key', but the implicit default value is 'nul l'.
I saw the image of the final result in the beginning and I started working, took me 2 hours and half (my first ever complete project in flutter and mobile development). Definitely worth the time and the effort.
Could you connect with me so we learn together or prolly share ideas?
I've legit just learned more about Flutter in 18 minutes than I did in 6 months taking courses etc. Incredibly appealing teaching style fast but still totally able to follow
Hello Santosh, I believe you are a really good teacher. I'm gonna look over all of your videos to learn about the flutter. Thankyou so much for this video.
This is a great activity for beginners like me. Will try this right away. Thanks a lot!
If you wont code along the tutorial, copy-pasting code is no different than just uploading example code...
Thanks for the feedback
yea right? i mean i've been thinking the same thing from the begining and also if you copy paste it it wont be end in 20 min
He is still explaining each step he does
From Mozambique to the world.
hugs there Santos Enoque or rather Kiba The Seven 😃😃🔥👌
Exactly
@@SantosEnoque yesss
Já era teu fã na musica, agora sou também na programação. much love "THE SEVEN"
Oooyyyyy, thank you so much 👋🏻👋🏻👋🏻
Very good project man, really appreciate your work! I've learned a lot with this video, thanks!
Thank you so much for this awesome project. It was super helpful
Well took me more than 20 mins ofc to finish the whole thing. But it was a really cool learning experience. Thank you so much for the tutorial. Best of luck.
Outstanding Job.
Thank you so much for this small but awesome project. It was super helpful. Thanks a ton!! You got a new subscriber ¶:
Nice
Be good to know if the Uber course is a going concern and you will be updating or dead in the water and if so what's the story? thank you
I was stuck at 3:49 in this tutorial because as a beginner, I could not follow because I dont know which part was clicked by the author..it seems the explanation was kind if restrained to meet the under 20 minute timeline..so sad 😔😔😔
hi bro, working through this now. how can you auto complete the -
import 'package:bmi_calculator/screens/home.dart';
import 'package:flutter/material.dart';
at the top of the main.dart tab and all.. i had to write out the whole tutorial and in the end had some errors that i couldnt find.
But thats my fault as im a total beginner. ill try again.
really nice teaching anyway mate. thanks for making the vid.
do u know how to do it?
im struggling with it now..i cannot move on bcuz even after i write it..its showing error
@@vishnusivan9382 sorry it was a very long time ago and i dont remember now.
@@4amwaj no probs I got it👍.. thanks
What is your VS Code theme?
Hi Santos great to see you using my design and creating the app in Flutter. I created mine with React Native and this could be a great use for studying both tech. Btw why you delete my previous comment, I just appreciated your work lol ?
Hey Oliver, first of all contratulations on your design mate, I did not delete any comment why would I do that?
And I made a disclammer on the video saying the design was not mine, I just recreated it using flutter!
@@SantosEnoque really just saw my comment didn't pass through, that was weird! could be glitch on YT idk
Further more we could work o a project together in the future I think that would be awesome
@@SantosEnoque that's not the point, my point is why would my comment get cancelled 🤷♂️
hi Santos thanks for the tutorial but i have met an issue so when i debug my project on the emulator screens says:' there is no such method (asstringtofixed)
dynamic call of null
receiver: null
arguments:[2]
'
"The named parameter 'key' is required, but there's no corresponding argument.
Try adding the required argument.dartmissing_required_argument"
This error appears in home.dart. Does anyone have any solution?
In your home.dart file, go to your Stateful Widget class like Home or HomeScreen, and remove the "key" parameter from it's constructor. I think you might have placed the "required" keyword before the "key" parameter, because when you use "required" keyword, you tell Dart to require an argument when using that constructor for creating an object. "required" means compulsory to pass.
What kind of programming language do l need to use?
what did you did in 16:51 ? what shortcut did you clicked ?
have you gotten the short code yet
@@godwinonwubiko7617 no
Don't waste your time!
package hexcolor don't support null safety and Santos Enoque doesn't show the fix.
just use Colors.orange and Colors.black instead or something like that.
@@HulIZ I ended up using hexcolor: ^2.0.5 in my pubspec.yaml file and for the file left_bar and right_bar used this code to fix the issues:
const xxxBar({Key? key, required this.barWidth}) : super(key: key);
@@HulIZ Yes, I agree with you.
I did like this :
(in app_constants.dart file)
import 'package:flutter/material.dart';
final Color mainHexColor = Colors.black12;
final Color accentHexColor = Colors.yellowAccent;
The problem was solved.
Hello santos
Im ragab from egypt
You are very good men
Sory for englesh lang
I need to help me
I need project app like amazon
With admin side
Backend not ui ux
By flutter
Im trying to write code but i cant to connect two app with both b same fairbase database
Putting the same values in thumbnail after following your code i am getting 0.03 and in thumbnail its 21.75 why so??
Plz post smart water bottle app in flutter bcz no one did before
What does that mean
showing Hexcolor is deprecated, can't run my code because of this, how can i solve this?
U can use Colors.
ex:
Colors.red, Colors.green
how did you get the android emulator? I see you're using IntelliJ but I don't see android studio code or whatever you're using?
hey
i am getting an error message on terminal like
getTextBeforeCursor on inactive InputConnection
getTextAfterCursor on inactive InputConnection
getSelectedText on inactive InputConnection
endBatchEdit on inactive InputConnection
Will you please help to solve this
Hi @Santos Enoque can i customize this app and publish on google play ?
hi I wanted to develop an app in flutter and dart, my logic building concepts aren't clear, just a beginner and want your help in its development also I already have the full layout ready just need implementation with your help in collaboration .even little knowledge is ok but should be determined
Hi Santos i am having an error i extracted the function that performs calculation so i can return a map result with the calculated result and a message but cant seem to display the result here is the function
converter(double height, double weight) {
double result = weight / (height * height);
if (result > 25) {
return {'result': result, 'message': "You\'re over weight"};
} else if (result >= 18.5 && result
here is how i called the function
setState(() {
_mapResult = converter(_w, _h);
});
},
Container(
child: Text(_mapResult!['result'].toStringAsFixed(2), style: TextStyle(
fontSize: 90,
color: Colors.amberAccent,
),),
),
what happened to the Uber clone??? I purchased that one man.............
Hello Modd, sorry for the delay, I an into some issues, and lost all video files, but I am recreating them, and I will start uploading soon
@@SantosEnoque great, what’s your email btw? I’m from Stanford and my friend and I have wanted to speak with you regarding other business opportunities!
@@theseanmodd it's santosenoque.ss@gmail.com
This guy always says he has files deleted what a crackhead
does anybody knows how to install bmi
how did you just paste everything like that
i need to know to ... maybe he have second monitor
I have finished doing this tutorial. If there is anyone who needs help then lemme know here. I hope I can help with the problems.
hello, i need help with the version og hexcolor, what should i do
@@СултанАкималиев-ю5к if there is a better way to contact you I could help you out with the problem (hopefully)
Hi, I follow your videos, I am looking for info wrt securing your assets/files in Flutter, files like Json & Sqlite, thanks let me know please
bruh i did get hex color its showing the error
Just go with the Colors way. Eg. color: Colors.orange;
He is not write anyting ,he just copy somewhere
Useless app because no one in today's world will download the app to check bmi because we have many site on Google to checkout ours bmi .
Of course but it is meant to learn not to show off. And besides tell me one thing that isn"t available on google that you can develop? We all modify them to suit our needs or problems we face.
copy paste man.
Omg how slow this tutorial is... i cant watch
copy paste copy paste ... you deserved the dislike 😊😊😊😊
lib/screens/home.dart:18:35: Error: The getter 'accentHexColor' isn't
defined for the class '_HomeScreenState'.
- '_HomeScreenState' is from 'package:bmiapp/screens/home.dart'
('lib/screens/home.dart').
Try correcting the name to the name of an existing getter, or defining a
getter or field named 'accentHexColor'.
I'm getting this error for every page, even though I declared Hexcolor in the pubspec dependencies
Please help me out!
Yes i also face same error
Aapka chl gya bmi calculator
??
probably solved a long time ago, however for anybody struggling right now, the solution to this problem is going into pub spec.yaml and changing the dependencies to --> hexcolor: ^2.0.5 instead of what the creator of this video entered.
@@savvybites1844 thank you so much but can you please tell us what is the difference
lib/widgets/left_bar.dart:7:22: Error: The parameter 'key' can't have a value of 'null' because of its type 'Key', but the implicit default value is 'nul
l'.
put a "?" sign next to key