chonghorizons
chonghorizons
There's a question of how to include widget tree-diagram structure in documents. Currently these are some options: ### Option 1: Screenshot - Screenshot of the widget tree from flutter devtools...
@Gene-Dana thanks. I'm getting a sense of that too. Working code kinda self-documents. I think the docs work well for experienced programmers, but isn't so good for people who are...
> @chonghorizons are you on the discord? Yes. Hocho on discord. I am active in documentation channel.
> @felangel the more I think about this the more I like it. A channel for each example with archived threads! We can still triage and support others like normal,...
Current state on the Architecture question in tutorials: - If I understand correctly, @marcossevilla and @Gene-Dana (in #2859 and this issue) aren't as much in favor of including a section...
UPDATE: > @felangel is rewriting the Architecture section. I reviewed what @felangel merged this past week for the `todos` example. @felangel doesn't currently link back to [Architecture for `todos`](https://bloclibrary.dev/#/fluttertodostutorial?id=architecture). He...
> > * If I understand correctly, @marcossevilla and @Gene-Dana (in [docs(flutter_todos): add new flutter todos example #2859](https://github.com/felangel/bloc/pull/2859) and this issue) aren't as much in favor of including a section...
Copying a piece of feedback from https://github.com/felangel/bloc/issues/3121#issuecomment-1008362831 > Even though the architecture tutorial gives an abstract overview of BLoC architecture and the app tutorials (especially the new flutter todos example...
I can report that the todos doesn't work. I was looking for a way to see if the graphql/Hasura connection was established, but the `NhostClient(baseUrl: nhostApiUrl)` object doesn't have a...
I had a similar issue (#33), but it was solved with the two commands here: https://github.com/invertase/flutterfire_cli/issues/27#issuecomment-1002965081 Maybe that will help.