Git Product home page Git Product logo

applockflutter's Introduction

๐ŸŒ Socials:

LinkedIn Stack Overflow

๐Ÿ’ป Tech Stack:

Flutter MySQL Dart Firebase PHP Kotlin GithubPages Socket.io Go

๐Ÿ“Š GitHub Stats:

๐Ÿ† GitHub Trophies


applockflutter's People

Contributors

ninad7n avatar oauth-celestial avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

applockflutter's Issues

Auto start

The service doesn't auto-run when the phone is restarted because of this issue, the app remains unlocked.

Installation issue

Hi
I can't get it installed on my phone, it shows "App not installed as package appears to be invalid".
Is there any workaround?

Thanks!

Latest support & Intent

  1. Please add support for the latest Flutter SDK.
  2. I have granted all the permissions but the lock intent doesn't appear on the locked app sometimes
  3. When I lock the new app for the first time, it takes a lot of time to show the locked intent on the app.
  4. I locked the settings app and, I clicked on the settings app icon on the home screen, lock intent doesn't appear but when I click the settings icon which appears after scrolling down the status bar, lock intent appears.

could not find package app_lock_flutter at https://pub.dev

Hi, i am trying to use your project but face this problem.
`Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
Invalid depfile: D:\Work\tthkr.dart_tool\flutter_build\1024968b7629da67b21c8fbfbb610857\kernel_snapshot.d
Invalid depfile: D:\Work\tthkr.dart_tool\flutter_build\1024968b7629da67b21c8fbfbb610857\kernel_snapshot.d
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/services/init.dart'.
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/services/themes.dart'.
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/screens/home.dart'.
lib/main.dart:3:8: Error: Not found: 'package:app_lock_flutter/services/init.dart'
import 'package:app_lock_flutter/services/init.dart';
^
lib/main.dart:4:8: Error: Not found: 'package:app_lock_flutter/services/themes.dart'
import 'package:app_lock_flutter/services/themes.dart';
^
lib/screens/splash.dart:3:8: Error: Not found: 'package:app_lock_flutter/screens/home.dart'
import 'package:app_lock_flutter/screens/home.dart';
^
lib/main.dart:10:9: Error: Method not found: 'initialize'.
await initialize();
^^^^^^^^^^
lib/main.dart:21:14: Error: The getter 'CustomTheme' isn't defined for the class 'MyApp'.

  • 'MyApp' is from 'package:tthkr/main.dart' ('lib/main.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'CustomTheme'.
    theme: CustomTheme.dark,
    ^^^^^^^^^^^
    lib/screens/splash.dart:20:39: Error: Couldn't find constructor 'HomePage'.
    builder: (context) => const HomePage(),
    ^^^^^^^^
    Unhandled exception:
    FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Aapp_lock_flutter%2Fservices%2Finit.dart; message=StandardFileSystem only supports file:* and data:* URIs)
    #0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:34)
    #1 asFileUri (package:vm/kernel_front_end.dart:748)
    #2 writeDepfile (package:vm/kernel_front_end.dart:886)
#3 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:673) #4 starter (package:frontend_server/starter.dart:101) #5 main (file:///C:/b/s/w/ir/x/w/sdk/pkg/frontend_server/bin/frontend_server_starter.dart:13) Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command 'D:\flutter_windows_3.13.9-stable\flutter\bin\flutter.bat'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

BUILD FAILED in 27s
Error: Gradle task assembleDebug failed with exit code 1

Exited (1).
`

Errors while running the application

HI, i am Mohsin Shahid from FAST National University in Pakistan and I am currently doing my final year project along with some team members, we are making an application similar to yours but we were facing some issues. So, we wanted to try your application and get some ideas from it. While we try to run your application, we are facing some errors. Kindly guide us through that how can we run the application?. Are there any dependencies that we want to fulfill before running it?

[feature] Prevent lock bypass

Hello there. I see App Lock Flutter is a promising app, and pretty much the only maintained open source alternative for this task. However, it's currently lacking some essential features, which makes the app very easy to bypass. Please consider adding:

  • ability to protect the Flutter upon opening - it's very easy just to open the Flutter and uncheck the protection for any required app. In theory Flutter itself could be selected in the list of apps and be marked for protection, but this doesn't work - no password is still requested upon opening Flutter
  • ability to set Flutter as a device admin app - it's easy to find Flutter in the list of background apps and stop it from running. Setting it as admin app would prevent it from being stopped
  • uninstallation prevention - combine admin app feature with default protection of package manager, this should prevent the app being bypassed by uninstalling it

Other nice to have features could be:

  • ability to unlock with patterns. Also, don't be lazy with 3x3 pattern boxes. At least my rom supports boxes up to 6x6 in size, which is much better

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.