GithubHelp home page GithubHelp logo

Comments (3)

suleymancalikprb avatar suleymancalikprb commented on July 20, 2024 1

Thank you, I'll try.

from free-rasp-flutter.

talsec-app avatar talsec-app commented on July 20, 2024

Hello suleymancalikprb
Thank you for your report. We are investigating the issue and looking for solution.
Talsec Team

from free-rasp-flutter.

talsec-app avatar talsec-app commented on July 20, 2024

We managed to replicate and solve issue. Issue be will fixed in the next version of freeRASP.

In the meantime, you can solve fix problem by manually changing dependencies in freeRASP:

(For Android Studio):
In project tab choose External Libraries -> Flutter Plugins -> freerasp-2.0.0 -> android -> build.gradle
In build.gradle in dependcies part, edit current implementations to:

dependencies {
    // Some other dependecies ...
   
    // Talsec Release
    releaseImplementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:3.3.2-release'

    // Talsec Debug - EDIT THIS LINE BELOW
    implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community-Flutter:3.3.2-dev'
}

If Android Studio shows dialog box, choose to edit anyway. Now, dev version of freeRASP will run on profile build.

If you don't have Android Studio, you can open build.gradle in any text editor and edit it there. Path to the library is

your_flutter_sdk_path/flutter/.pub_cache/hosted/pub.dartlang.org/freerasp-2.0.0/android/build.gradle

Talsec Team

from free-rasp-flutter.

Related Issues (20)

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.