GithubHelp home page GithubHelp logo

cheri_viewer's People

Contributors

ilyosbekkk avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

weeknday

cheri_viewer's Issues

custom loading widget

Widget _buildCustomLoadingWidget() {
if (!_noMoreData)
return JumpingDotsProgressIndicator(
color: Colors.blue,
fontSize: 50.0,
);
else
return Center(
child: Container(
margin: EdgeInsets.all(10),
child: Text(
"No more results:(",
style: TextStyle(fontSize: 18),
)),
);
}

speech recognition is not working properly

When I tried to convert speech to text it works perfectly for 3-4 times but after that, the app crashes
The error message that I get when the app crashes:


The following assertion was thrown while notifying status listeners for AnimationController:
setState() or markNeedsBuild() called during build.

This Overlay widget cannot be marked as needing to build because the framework is already in the process of building widgets. A widget can be marked as needing to be built during the build phase only if one of its ancestors is currently building. This exception is allowed because the framework builds parent widgets before children, which means a dirty descendant will always be built. Otherwise, the framework might not visit this widget during this build phase.
The widget on which setState() or markNeedsBuild() was called was: Overlay-[LabeledGlobalKey#ce253]
state: OverlayState#457ec(tickers: tracking 1 ticker, entries: [OverlayEntry#33466(opaque: false; maintainState: false), OverlayEntry#6d81d(opaque: false; maintainState: true), OverlayEntry#d470f(opaque: false; maintainState: false), OverlayEntry#e0d9c(opaque: false; maintainState: true)])
The widget which was currently being built when the offending call was made was: VoiceRecorderModalBottomSheet
dirty
dependencies: [_LocalizationsScope-[GlobalKey#edbdc], _InheritedTheme]
state: _VoiceRecorderModalBottomSheetState#71a39
When the exception was thrown, this was the stack:
#0 Element.markNeedsBuild. (package:flutter/src/widgets/framework.dart:4138:11)
#1 Element.markNeedsBuild (package:flutter/src/widgets/framework.dart:4153:6)
#2 State.setState (package:flutter/src/widgets/framework.dart:1287:15)
#3 OverlayState._didChangeEntryOpacity (package:flutter/src/widgets/overlay.dart:475:5)
#4 OverlayEntry.opaque= (package:flutter/src/widgets/overlay.dart:92:15)
...
The AnimationController notifying status listeners was: AnimationController#32b66(โ—€ 1.000; for MaterialPageRoute(/))


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.