GithubHelp home page GithubHelp logo

davidsdearaujo / clearsale_fingerprint Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 61 KB

Plugin para viabilizar a fingerprint para Flutter utilizando os plugins oficiais da Clearsale

License: MIT License

Kotlin 21.02% Swift 12.60% Objective-C 10.48% Dart 44.13% Ruby 11.78%

clearsale_fingerprint's Introduction

Hi there 👋, David here

I'm a mobile developer and new technologies enthusiast with a current focus on Flutter.

marcostark

👨🏻‍💻 I’m Founder of the Flutter Brazilian community Flutterando;

🔭 I work at Audo where I help people understand their strengths and enter the job market;

🌱 Currently learning about AI and Neural Networks with Tensorflow JS;

📚 Actively collaborating on packages like: [See all Flutterando packages]

  1. localization
  2. flutter_triple

Feel free to connect with me on LinkedIn.

clearsale_fingerprint's People

Contributors

davidsdearaujo avatar

Watchers

 avatar  avatar

clearsale_fingerprint's Issues

sobre este package

Oi @davidsdearaujo tudo bem?

Gostaria de saber se vc pretende dar andamento a este package e se vc já chegou a iniciar alguma implementação.

É que recentemente eu tive que implementar a criação e envio do SessionId em um App que eu estava trabalhando e me parece ser bem parecido com o que você pretende aqui.

Se por acaso pretende continuar, pensei que talvez poderia ajudar nesse desenvolvimento.

Não cheguei a aprofundar na implementação, mas fiz o método que chama o generateSessionId e o collectDeviceInformation e o pessoal da ClearSale confirmou que funcionou corretamente tanto iOS quanto Android.

 static const platform = const MethodChannel('flutter.native/clearsale');

 Future<void> getSessionIDClearSale() async {
    String response = "";

    try {
      final String result = await platform.invokeMethod('get_session_id', {"appKey": APP_KEY});
      response = result;

      cartController.deviceFingerprintId = result;
    } on PlatformException catch (e) {
      response = "Failed to Invoke: '${e.message}'.";
    }

    debugPrint('sessionID : $response');
  }

Muito Obrigado

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.