smartlinks_apps 2.0.3 copy "smartlinks_apps: ^2.0.3" to clipboard
smartlinks_apps: ^2.0.3 copied to clipboard

A Flutter package for displaying SmartLinks developer apps with customizable UI and navigation.

smartlinks_apps #

"Our Apps" cross-promotion list UI for the SmartLinks Flutter SDK.

Recommended: SmartLinks.openApps() via smartlinks_flutter. Full docs: repository README.

Quick start #

import 'package:smartlinks_flutter/smartlinks_flutter.dart';

await SmartLinks.initialize(
  apiKey: 'YOUR_KEY',
  appearance: SmartLinksAppearance(
    appsStrings: AppListStrings(pageTitle: 'Our Apps'),
  ),
);

await SmartLinks.openApps(
  customNavigation: (page) => Navigator.push(
    context,
    MaterialPageRoute(builder: (_) => page),
  ),
);

License #

MIT — see LICENSE.

0
likes
140
points
188
downloads

Documentation

API reference

Publisher

verified publishersmartlinks.live

Weekly Downloads

A Flutter package for displaying SmartLinks developer apps with customizable UI and navigation.

Homepage
Repository (GitLab)

License

MIT (license)

Dependencies

cached_network_image, flutter, get, smartlinks_core, url_launcher

More

Packages that depend on smartlinks_apps