Giter VIP home page Giter VIP logo

flukki_product_tours's Introduction

Flutter logo First no-code product tour builder for Flutter https://www.flukki.com/

Flukki SDK + product tours builder

One day I was thinking, what cool Flutter project I can create. And here we are today :)

User perspective

display

Builder

creation

user example

Limitations

This is the very beginning of our story, and please be aware, that you will possibly experience:

  • Plugin is fragile for widget tree changes. For example you will wrap your pointed widget with Center, or some other widget and plugin will stop to recognize the original widget.
  • On web you should use CanvasKit renderer instead of the HTML one, because overlays were not working properly there
  • Product tours created in debug mode won't work in release mode and the other way around

Advantages

After creating an account at https://www.flukki.com/ you will be able to get your key (it will be needed during configuration). Flukki will help you in:

  • building product tours without coding, inside of your app. You will achieve thd best UX by building a product tour on web
  • measure stats, like skip rate or success rate
  • delivering new and updated product tours to your users without app store deploy
  • product tours are triggered by the proper widget appear on the screen

Configuration

  1. Add Flukki to you project
dependencies:
  flukki_product_tours: ^1.1.1
  1. Add environment variable to your Flutter run method
--dart-define=flutter.memory_allocations=true

After change you should have something like

flutter run --release --dart-define=flutter.memory_allocations=true
  1. Initialize the plugin
Flukki.instance.initialize(appName: 'Awesome app', key: key)
  1. Wrap your app with our widget
return MaterialApp(
      home: FlukkiProductTour(
        child: Scaffold(
  1. Turn on the builder
Flukki.instance.turnOnBuilder()

That's all, now publish your app, create a product tour and we will take care about everything else

flukki_product_tours's People

Contributors

maciejbrzezinski 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.