chonghorizons

Results 9 issues of chonghorizons

Fix for issue #38 https://github.com/efortuna/memechat/issues/38

Fixed my bug report/issue #41. People who clone this great repo need to manually change the RealtimeDatabase Rules. This is a gotcha for newbies to the nomenclature of firebase. CloudFirestore...

**Description** This is an issue to track and discuss style guide issues about tutorials. This might including - visual styling - sections to include / exclude - target audience -...

discussion
documentation

**Description** Add a "codelab" that is live-editables for fluttercountertutorial. This was "requested" as " Interactive Documentation run/edit example code directly in documentation" source: https://github.com/felangel/bloc/wiki/Roadmap ### How to do it: I've...

enhancement candidate
documentation

### Page URL https://docs.flutter.dev/development/ui/navigation ### Page source https://github.com/flutter/website/blob/main/src/development/ui/navigation/index.md ### Describe the problem The example linked to at the bottom of the page [Learning Flutter’s new navigation and routing system -...

enhancement
p2-medium
e0-minutes

For the `flutter_bloc` package, it'd be nice to have equatable to deal with rebuilds.

p2
suggested-package
package-to-include

Needed the MyWidget example for snap with key to be stateful widget. It was giving an error that `currentState` was not a method of key. The docs for GlobalKey(https://api.flutter.dev/flutter/widgets/GlobalKey-class.html) says...

I updated/migrated this nice package (Thanks @andrea689 ) to v8.0.0 of bloc. The `examples/counter` should work. Just clone and run. -Building for web works, and if you build for web,...

It's instructional. Combined with the backend change, this shows what happens when there is an expired token (after 30seconds on my other pull request) And, it allows for deleting the...