Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Get app info by apk file #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

faisalansari0367
Copy link

No description provided.

… App class in utils so you can run it in a different isolate if you want
Added a method to to get application info by an .apk file and added an App class to convert List<Map> to List<App>
@g123k
Copy link
Owner

g123k commented Mar 6, 2021

I am not sure to understand what you want to do with this PR.
Could you also update the example?

@faisalansari0367
Copy link
Author

faisalansari0367 commented Mar 6, 2021 via email

Comment on lines +1 to +15
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=E:\AndroidStudio\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\FAISAL\Documents\GitHub\flutter_plugin_device_apps\example"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=E:\AndroidStudio\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be exposed in the version control, you can delete it by using git interactive rebase from you commits.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how can i change these

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just add the file name to .gitignore file or search in google to how to remove a file from a repository or how to add a file to .gitignore

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you the maintainer of this plugin

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you have knowledge flutter and native side communication because i want to collaborate with you i want to add some features and want to develop a plugin.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I am not maintainer of this plugin, yes I have some knowledge of flutter and native code, I can help you if you want.

Copy link

@prateekmedia prateekmedia Apr 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you are trying to develop a file manager you should also checkout FileX, jideguru has already done awesome work in it, if you want to contact me you can email me.

@prateekmedia
Copy link

I am not sure to understand what you want to do with this PR.
Could you also update the example?

This is a great PR, cause currently the package can only get deviceApps i.e. installed ones but after this PR it can also get deviceApps info from file Explorer or the app that is in my storage but not installed, it will help the creators who are trying to make file manager type apps, to fetch the app details like its icon, its name, etc by only its path/paths of the app's.

@faisalansari0367
Copy link
Author

faisalansari0367 commented Apr 30, 2021 via email

@faisalansari0367
Copy link
Author

faisalansari0367 commented Apr 30, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants