Ryan

@chimon

Joined on Jul 28, 2019

  • A collection of common issues to cover whenever reviewing Dart or Flutter code. These comments follow the Conventional Comments structure. Issues Problems that must be addressed. initState first issue: Avoid implementing this method before calling super.initState(). suggestion: Call super.initState before any other logic in your Stateful Widget. Implementations of this method should start with a call to the inherited method, as in super.initState().
     Like 1 Bookmark
  • Make sure you read all of this document carefully, and follow the guidelines in it. Context Use React w/ TypeScript to implement the following mock-up. You will need to leverage an open API for weather data to fill in the details and functionality as described below. Requirements Weather API You can use any weather API but these are the ones that we recommend: OpenWeather
     Like  Bookmark