Mohit Kanwal

Results 8 comments of Mohit Kanwal

I could do it plus I can add support for the permission stuff, then the presenters can have access to those as well ;)

Sample Test [here](https://github.com/fluttercommunity/get_it/blob/ae4a05b8e7dc91b777d56db57c26d611ed978736/test/scope_test.dart) A brief explanation is [here](https://github.com/fluttercommunity/get_it#scopes) Perhaps a brief API could look like: ```dart @injectable(scope: 'account_scope') class ApiClient { static Future create(Deps ...) async { ``` and when...

I think its a user defined command, dealing with removal of session. Here's a way to make one: https://projectzme.wordpress.com/2012/03/19/captive-portal-using-php-and-iptables-firewall-on-linux/

Can you run it from command line with the --debug flag? On Wed, Oct 8, 2014 at 11:25 AM, Phạm Trần Trung [email protected] wrote: > I run secondary-dex-gradle with gradle...

Looks like the library aar classes.jar is missing from the build directory. Can you tell me how do u run the gradle `assembleDebug` ? Is it via the gradle command...

Thanks for the heads up Nico, perhaps i should make this as a gradle plugin. It will become quite simpler. But right now pretty busy in other things and plus...

the gradle task has been merged into master, please test if it works!

Can you try building the project from command line, using `./gradlew clean assembleDebug --info` or `assembleRelease --info` and share the output? The library relies on your Android SDK directory being...