bhoominn / nb_utils

Collection of Widgets and helpful Methods that every developer needs.

Home Page:https://pub.dev/packages/nb_utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The argument type 'Duration?' can't be assigned to the parameter type 'Duration' because 'Duration?' is nullable and 'Duration' isn't.

rameshboyee-sayukth opened this issue · comments

The argument type 'Duration?'
can't be assigned to the parameter type 'Duration' because 'Duration?' is nullable and 'Duration' isn't.

Error (Xcode): ../../.pub-cache/hosted/pub.dev/nb_utils-4.4.10/lib/src/utils/common.dart:67:20: Error: The argument type 'Duration?'
can't be assigned to the parameter type 'Duration' because 'Duration?' is nullable and 'Duration' isn't.