nb_utils 2.0.0
nb_utils: ^2.0.0 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.
Documentation #
API Docs are available.
Getting Started #
add this line to pubspec.yaml
dependencies:
nb_utils: ^2.0.0
import package
import 'package:nb_utils/nb_utils.dart';
Examples #
launchNewScreen(context, 'tag');
// Open a new screen
launchNewScreenWithNewTask(context, 'tag');
// Remove all screens from back stack and opens new screen
finish(context);
// Back to previous screen
Color color = getColorFromHex('#FFFFF');
// Get Color from hex string