GithubHelp home page GithubHelp logo

#lesson 28 Error: Field 'time' should be initialized because its type 'String' doesn't allow null. String time; // the time in that location about flutter-beginners-tutorial HOT 2 OPEN

iamshaunjp avatar iamshaunjp commented on August 18, 2024
#lesson 28 Error: Field 'time' should be initialized because its type 'String' doesn't allow null. String time; // the time in that location

from flutter-beginners-tutorial.

Comments (2)

hanabinoir avatar hanabinoir commented on August 18, 2024

Hope it make sense after two month.

For the latest version of flutter, it requires a late keyword before String type:

late String time;

There are some advanced solutions, but it might be difficult for beginners to rewrite the whole logic:
https://dart.dev/null-safety/understanding-null-safety

from flutter-beginners-tutorial.

ayowilfred95 avatar ayowilfred95 commented on August 18, 2024

setting String time to late will not fetch the data.
You can create your constructor this way.

World time({required this location, required this.glag, required this.url}):time=' ' ; // Initialize time with empty string.

And that solve the error.
Remember

time = time.now(); //. time has been assigned a function

from flutter-beginners-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.