nudge_flutter_sd_ui 1.0.16 copy "nudge_flutter_sd_ui: ^1.0.16" to clipboard
nudge_flutter_sd_ui: ^1.0.16 copied to clipboard

Nudges SDUI

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nudge_flutter_sd_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nudge_flutter_sd_ui: ^1.0.16

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nudge_flutter_sd_ui/components/button.dart';
import 'package:nudge_flutter_sd_ui/components/container.dart';
import 'package:nudge_flutter_sd_ui/components/image.dart';
import 'package:nudge_flutter_sd_ui/components/page.dart';
import 'package:nudge_flutter_sd_ui/components/swipe.dart';
import 'package:nudge_flutter_sd_ui/components/text.dart';
import 'package:nudge_flutter_sd_ui/components/timer.dart';
import 'package:nudge_flutter_sd_ui/main.dart';
import 'package:nudge_flutter_sd_ui/models/ui_components.dart';
import 'package:nudge_flutter_sd_ui/ui_generator.repository.dart';
import 'package:nudge_flutter_sd_ui/utils/alignment_map.dart';
import 'package:nudge_flutter_sd_ui/widget_builder.dart';