Root Access

Results 16 comments of Root Access

i changed your current input_preprocess.py to the one on https://raw.githubusercontent.com/tensorflow/models/master/research/deeplab/input_preprocess.py and its now training. now sure what your changes were about. maybe you can explain

Clone the code and insert this line ``` if(overlayEntries.isNotEmpty){ overlayEntries.clear(); } assert(overlayEntries.isEmpty); ``` at https://github.com/AndreHaueisen/flushbar/blob/master/lib/flushbar_route.dart#L307

right. i will be making further development at https://github.com/cmdrootaccess/another-flushbar

@sm2017 you can use toast in a provider , that will fix it

yes i will make an example in the next few hours and show you

sorry was busy. let me paste the code here. give me a moment

**create provider.dart . paste this** ``` import 'package:flutter/material.dart'; import 'package:testtoast/toast.dart'; class AppProvider extends StatefulWidget { final Widget child; const AppProvider({Key key, @required this.child}) : super(key: key); @override AppProviderState createState() {...