chrystoffer

Results 12 comments of chrystoffer

Can you post the code to take a look? or if you prefer, connect into the appcelerator slack ti-slack.slack.com

my problem was in the app_installer package (https://pub.dev/packages/app_installer) After I removed it, I had no more problems.

aar I found this link http://central.maven.org/maven2/com/github/clans/fab/1.6.4/fab-1.6.4.aar

final _controller = new TransformerPageController( initialPage: 0, itemCount: 2, loop: false, ); TransformerPageView( pageController: _controller, .... ); _controller.previousPage( duration: Duration(seconds: 4), curve: Curves.elasticOut, ); _controller.nextPage( duration: Duration(seconds: 4), curve: Curves.elasticOut,...

https://pub.dev/packages/chips_choice_null_safety

`choiceStyle: C2ChoiceStyle( color: Colors.red, labelStyle: TextStyle(color: Colors.white), brightness: Brightness.dark ),`

https://github.com/benbahrenburg/benCoding.Android.Tools/blob/afd4906ab82c4b199fad7036c8ac0c19e7dc8410/android/dist/bencoding.android.tools-android-1.0.0.zip?raw=true

Changed to