GithubHelp home page GithubHelp logo

codelessly / wiredash-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wiredashio/wiredash-sdk

0.0 0.0 0.0 6.93 MB

Interactive user feedback tool for Flutter ๐ŸŽ‰

License: Other

Shell 0.08% Ruby 0.10% Dart 99.73% Swift 0.09%

wiredash-sdk's Introduction

Wiredash Logo

Wiredash SDK for Flutter

Pub Build Pub Likes Popularity Pub points Website

Wiredash is probably the easiest, and most convenient way to capture in-app user feedback, wishes, ratings and much more. The SDK is completely written in Dart and runs on Android, iOS, Desktop and the Web. For more info, head over to wiredash.io.

3-Minute Quick Start

It takes less than 180 seconds to integrate Wiredash in your existing app ๐Ÿš€
Visit docs.wiredash.io for the in-depth guide and additional info.

1. Create an account

Go to the Wiredash Console and sign in with a valid Google or GitHub account. It's free!
Click on Create new project and enter your app's name.

2. Add wiredash to your pubspec.yaml

$ flutter pub add wiredash:^1.0.0
dependencies:
  flutter:
    sdk: flutter
  ...
  wiredash: ^1.0.0

3. Wrap your root widget with Wiredash

Wrap the root widget of your existing app with Wiredash and make sure to fill in the projectId and SDK secret from the Wiredash Console > Your project > Settings > General Settings.

import 'package:flutter/material.dart';
import 'package:wiredash/wiredash.dart';

class MyApp extends StatelessWidget {

  @override
  Widget build(BuildContext context) {
    return Wiredash(
      projectId: 'YOUR-PROJECT-ID',
      secret: 'YOUR-SECRET',
      child: MaterialApp(
        // Your Flutter app is basically Wiredash's direct child.
        // This can be a MaterialApp, WidgetsApp or whatever widget you like.
      ),
    );
  }
}

4. Use any of Wiredash's amazing features

Launch the feedback flow

From anywhere in your app, call the Wiredash.show() method to launch Wiredash:

onTap: () {
  Wiredash.of(context).show(inheritMaterialTheme: true);
}

Checkout examples/theming for the full example.

wiredash-wonders-demo

Launch the Promoter Score Survey

onTap: () {
  Wiredash.of(context).showPromoterSurvey(force: true);
}

Checkout examples/promoter_score for the full example

Promoter Score demo

That's already it. Yes, it's really that easy. Also works on all platforms.

Customization & More

The Wiredash SDK is completely customizable and offers many configuration options (e.g. custom feedback categories a.k.a labels, custom metadata, custom theming, custom translations and much, much more!) ๐Ÿคฏ

For all the details, make sure to check out the full documentation at docs.wiredash.io.

Also checkout the examples/theming code example

License

The Wiredash SDK is released under the Attribution Assurance License which is redundant with BSD. See LICENSE for details.

wiredash-sdk's People

Contributors

1saifj avatar atatrkgl avatar atoka93 avatar blkkkbvsik avatar brianegan-wiredash avatar bruno-garcia avatar creativecreatorormaybenot avatar danielmolnar avatar dev-dfm avatar flschweiger avatar huextrat avatar jamesblasco avatar joran-dob avatar jxstxn1 avatar kylekun avatar lukas-h avatar msitbon avatar nash0x7e2 avatar nohli avatar orestesgaolin avatar passsy avatar robiness avatar roughike avatar stevendz avatar yazinsai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.