lookback_ios_flutter 0.1.0+1 copy "lookback_ios_flutter: ^0.1.0+1" to clipboard
lookback_ios_flutter: ^0.1.0+1 copied to clipboard

discontinued

Lookback is a product tool that helps you engage your users while they use your product. This library allows you integrate Lookback into your Flutter app easily.

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
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: Text('Lookback example app'),
        ),
      ),
    );
  }
}
1
likes
40
pub points
0%
popularity

Publisher

verified publisherhomex.com

Lookback is a product tool that helps you engage your users while they use your product. This library allows you integrate Lookback into your Flutter app easily.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on lookback_ios_flutter