Alexandre Roux

Results 19 issues of Alexandre Roux

As stated here: https://firebase.google.com/docs/reference/admin/node/admin.credential.Credential-1#getaccesstoken ``` # getAccessToken Returns a Google OAuth2 access token object used to authenticate with Firebase services. Returns Promise ``` `getAccessToken` returns a Promise. I changed the...

Hi and thanks for your work. I was able to run your examples on the stable (1.24) flutter branch. However it does not seem to work on flutter 1.25 (currently...

Is there a plan to have support for nnbd for both the compilers and packages? Thanks!

Thanks a lot for your work. I have a small issue where if I create a subdirectory (in example), the resulting dart.js don't work in build (bad path to packages...

Hi and thanks for the package. In my usage, I was zipping a folder with an executable and I noticed the unixPermissions was not properly set (always null) when using...

Hi and thanks for your project. FMDB is actively used in the [flutter](https://flutter.dev) world through the sqflite plugin https://pub.dev/packages/sqflite, a cross platform SQLite solution where I am the main maintainer....

I get different results since upgrading to 5.0.2. The following test: ```dart import 'package:encrypt/encrypt.dart'; import 'package:test/test.dart'; String encrypt(String decoded, String password) { final key = Key.fromUtf8(password); final iv = IV.fromLength(16);...

bug
help wanted

Currently node_interop depends on `sdk: '>=2.12.0 =2.12.0

Thanks for this little neat tool. I know there are tons of http server in other language but it is always convenient to have something we can install/upgrade using pub....