flutter_store_listing 0.1.0 copy "flutter_store_listing: ^0.1.0" to clipboard
flutter_store_listing: ^0.1.0 copied to clipboard

outdated

Flutter plugin to handle app reviews with SKStoreReviewController, generate app store links and open them for iOS or android.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const Center(
          child: Text('Running on'),
        ),
      ),
    );
  }
}
3
likes
0
points
140
downloads

Publisher

verified publishercodeux.design

Weekly Downloads

Flutter plugin to handle app reviews with SKStoreReviewController, generate app store links and open them for iOS or android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, logging, package_info, pedantic, url_launcher

More

Packages that depend on flutter_store_listing