nb_utils 1.0.4  nb_utils: ^1.0.4 copied to clipboard
nb_utils: ^1.0.4 copied to clipboard
This package helps you daily usable function with ease. Just add nb_utils with its latest version and that's it you are ready to use.
nb_utils #
Intro #
This package helps you daily usable function with ease. Just add nb_utils with its latest version and that's it you are ready to use.
Getting Started #
add this line to pubspec.yaml
   dependencies:
     nb_utils: ^1.0.4
import package
    import 'package:nb_utils/nb_utils.dart';
Examples #
    launchNewScreen(context, 'tag');
    launchNewScreenWithNewTask(context, 'tag');
    finish(context);
    Color color = getColorFromHex('#FFFFF');