smartech_nudges 1.0.5
smartech_nudges: ^1.0.5 copied to clipboard
Smartech is a omni channel platform that delivers everything you need to drive mobile engagement and create valuable consumer relationships on mobile. The Smartech Flutter Plugin enables your Flutter [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add smartech_nudgesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
smartech_nudges: ^1.0.5Alternatively, 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:smartech_nudges/contextual/px_context_aware.dart';
import 'package:smartech_nudges/inspector/px_inspector.dart';
import 'package:smartech_nudges/inspector/px_mock_hierarchy.dart';
import 'package:smartech_nudges/listener/px_listener.dart';
import 'package:smartech_nudges/logger/logger.dart';
import 'package:smartech_nudges/netcore_px.dart';
import 'package:smartech_nudges/px_flutter_adapter.dart';
import 'package:smartech_nudges/px_utils.dart';
import 'package:smartech_nudges/px_widget.dart';
import 'package:smartech_nudges/tracker/element_traverser.dart';
import 'package:smartech_nudges/tracker/px_scroll_callback.dart';
import 'package:smartech_nudges/tracker/px_tracker.dart';
import 'package:smartech_nudges/tracker/route_obersver.dart';
import 'package:smartech_nudges/visualizer/json_object.dart';
import 'package:smartech_nudges/visualizer/px_bitmap_generator.dart';
import 'package:smartech_nudges/visualizer/px_hierarchy.dart';