Root Access
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
please use another_flushbar: ^1.10.5 . same code just fixed this issue
@vipinnegi90 https://pub.dev/packages/another_flushbar
please use another_flushbar: ^1.10.5 . same code just fixed this issue
@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() {...