Flutter Beginners projects Under 20 minutes | Flutter project to add to your resume

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 91

  • @DepthsOfBlues
    @DepthsOfBlues 2 года назад +4

    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.

    • @nosliw9911
      @nosliw9911 2 года назад +1

      Could you connect with me so we learn together or prolly share ideas?

  • @citypopcorner5675
    @citypopcorner5675 3 года назад +7

    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

  • @ajeet_chaurasia
    @ajeet_chaurasia 3 года назад +5

    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.

  • @dev_kyer
    @dev_kyer 2 года назад

    This is a great activity for beginners like me. Will try this right away. Thanks a lot!

  • @kingnothingfpv2303
    @kingnothingfpv2303 3 года назад +13

    If you wont code along the tutorial, copy-pasting code is no different than just uploading example code...

    • @SantosEnoque
      @SantosEnoque  3 года назад +3

      Thanks for the feedback

    • @berkayherek1173
      @berkayherek1173 3 года назад +1

      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

    • @karamkassem9821
      @karamkassem9821 3 года назад +1

      He is still explaining each step he does

  • @ussene026
    @ussene026 3 года назад +6

    From Mozambique to the world.
    hugs there Santos Enoque or rather Kiba The Seven 😃😃🔥👌

  • @jeronimoivanernestostefane8273
    @jeronimoivanernestostefane8273 3 года назад +4

    Já era teu fã na musica, agora sou também na programação. much love "THE SEVEN"

  • @ai-bloggers
    @ai-bloggers Год назад

    Oooyyyyy, thank you so much 👋🏻👋🏻👋🏻

  • @RealEduardoAlves
    @RealEduardoAlves 2 года назад +4

    Very good project man, really appreciate your work! I've learned a lot with this video, thanks!

  • @ictfot6680
    @ictfot6680 2 года назад

    Thank you so much for this awesome project. It was super helpful

  • @anowerulabidatul7884
    @anowerulabidatul7884 2 года назад

    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.

  • @asadahmedkhan8089
    @asadahmedkhan8089 3 года назад

    Outstanding Job.

  • @Muskan-wi2zz
    @Muskan-wi2zz 2 года назад

    Thank you so much for this small but awesome project. It was super helpful. Thanks a ton!! You got a new subscriber ¶:

  • @ladiffaerence2491
    @ladiffaerence2491 3 года назад +1

    Nice

  • @DanielMintz
    @DanielMintz 3 года назад +1

    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

  • @randomness3588
    @randomness3588 2 года назад

    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 😔😔😔

  • @4amwaj
    @4amwaj 3 года назад +3

    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.

    • @vishnusivan9382
      @vishnusivan9382 2 года назад

      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

    • @4amwaj
      @4amwaj 2 года назад

      @@vishnusivan9382 sorry it was a very long time ago and i dont remember now.

    • @vishnusivan9382
      @vishnusivan9382 2 года назад

      @@4amwaj no probs I got it👍.. thanks

  • @sahanlakshitha8954
    @sahanlakshitha8954 2 года назад

    What is your VS Code theme?

  • @OliverGomes
    @OliverGomes 3 года назад +4

    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 ?

    • @SantosEnoque
      @SantosEnoque  3 года назад +1

      Hey Oliver, first of all contratulations on your design mate, I did not delete any comment why would I do that?

    • @SantosEnoque
      @SantosEnoque  3 года назад +2

      And I made a disclammer on the video saying the design was not mine, I just recreated it using flutter!

    • @OliverGomes
      @OliverGomes 3 года назад +1

      @@SantosEnoque really just saw my comment didn't pass through, that was weird! could be glitch on YT idk

    • @SantosEnoque
      @SantosEnoque  3 года назад +2

      Further more we could work o a project together in the future I think that would be awesome

    • @OliverGomes
      @OliverGomes 3 года назад +1

      @@SantosEnoque that's not the point, my point is why would my comment get cancelled 🤷‍♂️

  • @Dadyar1
    @Dadyar1 2 года назад

    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]
    '

  • @rudarabello589
    @rudarabello589 2 года назад +1

    "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?

    • @kahanx10
      @kahanx10 2 года назад

      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.

  • @thebluebeyond2329
    @thebluebeyond2329 3 года назад

    What kind of programming language do l need to use?

  • @R98rayan
    @R98rayan 3 года назад

    what did you did in 16:51 ? what shortcut did you clicked ?

  • @vuxentillbarn2255
    @vuxentillbarn2255 3 года назад +2

    Don't waste your time!
    package hexcolor don't support null safety and Santos Enoque doesn't show the fix.

    • @HulIZ
      @HulIZ 3 года назад +1

      just use Colors.orange and Colors.black instead or something like that.

    • @vuxentillbarn2255
      @vuxentillbarn2255 3 года назад +1

      @@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);

    • @erkaykarakoc9794
      @erkaykarakoc9794 3 года назад

      @@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.

  • @Rajab_rajab
    @Rajab_rajab 3 года назад +3

    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

  • @hetalgadhvi8083
    @hetalgadhvi8083 2 года назад

    Putting the same values in thumbnail after following your code i am getting 0.03 and in thumbnail its 21.75 why so??

  • @radhakanna6005
    @radhakanna6005 3 года назад +1

    Plz post smart water bottle app in flutter bcz no one did before

  • @bdbestcare
    @bdbestcare 3 года назад

    showing Hexcolor is deprecated, can't run my code because of this, how can i solve this?

    • @Alph420
      @Alph420 3 года назад +1

      U can use Colors.
      ex:
      Colors.red, Colors.green

  • @samyi6123
    @samyi6123 3 года назад

    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?

  • @rafimuhd1972
    @rafimuhd1972 2 года назад

    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

  • @kejitech7226
    @kejitech7226 3 года назад

    Hi @Santos Enoque can i customize this app and publish on google play ?

  • @lifeTOOLhack
    @lifeTOOLhack 3 года назад

    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

  • @abdulrahmandanjuma2431
    @abdulrahmandanjuma2431 2 года назад

    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

    • @abdulrahmandanjuma2431
      @abdulrahmandanjuma2431 2 года назад

      here is how i called the function
      setState(() {
      _mapResult = converter(_w, _h);
      });
      },

    • @abdulrahmandanjuma2431
      @abdulrahmandanjuma2431 2 года назад

      Container(
      child: Text(_mapResult!['result'].toStringAsFixed(2), style: TextStyle(
      fontSize: 90,
      color: Colors.amberAccent,
      ),),
      ),

  • @theseanmodd
    @theseanmodd 3 года назад +2

    what happened to the Uber clone??? I purchased that one man.............

    • @SantosEnoque
      @SantosEnoque  3 года назад +3

      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

    • @theseanmodd
      @theseanmodd 3 года назад +1

      @@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!

    • @SantosEnoque
      @SantosEnoque  3 года назад +1

      @@theseanmodd it's santosenoque.ss@gmail.com

    • @사랑아화이팅
      @사랑아화이팅 3 года назад +2

      This guy always says he has files deleted what a crackhead

  • @carlosmatthew3805
    @carlosmatthew3805 3 года назад

    does anybody knows how to install bmi

  • @chuckfeeney3762
    @chuckfeeney3762 3 года назад

    how did you just paste everything like that

    • @R98rayan
      @R98rayan 3 года назад

      i need to know to ... maybe he have second monitor

  • @anowerulabidatul7884
    @anowerulabidatul7884 2 года назад

    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.

    • @СултанАкималиев-ю5к
      @СултанАкималиев-ю5к 2 года назад

      hello, i need help with the version og hexcolor, what should i do

    • @anowerulabidatul7884
      @anowerulabidatul7884 2 года назад

      @@СултанАкималиев-ю5к if there is a better way to contact you I could help you out with the problem (hopefully)

  • @pierremarais7669
    @pierremarais7669 3 года назад

    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

  • @manognamanu7028
    @manognamanu7028 2 года назад

    bruh i did get hex color its showing the error

    • @nosliw9911
      @nosliw9911 2 года назад

      Just go with the Colors way. Eg. color: Colors.orange;

  • @elnuribrahimov9947
    @elnuribrahimov9947 3 года назад

    He is not write anyting ,he just copy somewhere

  • @tusharjeena7081
    @tusharjeena7081 2 года назад

    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 .

    • @nosliw9911
      @nosliw9911 2 года назад

      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.

  • @cemcexxxxx
    @cemcexxxxx 2 года назад

    copy paste man.

  • @devcaand
    @devcaand 3 года назад

    Omg how slow this tutorial is... i cant watch

  • @omarkarsly2453
    @omarkarsly2453 2 года назад

    copy paste copy paste ... you deserved the dislike 😊😊😊😊

  • @sreekarsarvepalli8870
    @sreekarsarvepalli8870 3 года назад +2

    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!

    • @renurana1305
      @renurana1305 3 года назад

      Yes i also face same error

    • @renurana1305
      @renurana1305 3 года назад

      Aapka chl gya bmi calculator

    • @renurana1305
      @renurana1305 3 года назад

      ??

    • @savvybites1844
      @savvybites1844 2 года назад +2

      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.

    • @TOUFIK2288
      @TOUFIK2288 2 года назад

      @@savvybites1844 thank you so much but can you please tell us what is the difference

  • @padmanabh7031
    @padmanabh7031 3 года назад +5

    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'.