flutter-tutorials icon indicating copy to clipboard operation
flutter-tutorials copied to clipboard

The repo contains the source code for all the tutorials on the FilledStacks Youtube channel.

Results 55 flutter-tutorials issues
Sort by recently updated
recently updated
newest added

I followed the pattern you suggested in provider-aechitecture-pt2 The flow is common as follows, login view gets user credentials , passes to login view model which then passes to auth...

Hello, Thanks for the tutorials, I'm a beginner with flutter and i was following your CRUD(posts) video and trying to implement the same with the users. Updating the users works...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

#PartialbuildsView rebuilds everything ```dart class PartialBuildsView extends StatelessWidget { const PartialBuildsView({Key key}) : super(key: key); @override Widget build(BuildContext context) { return ViewModelBuilder.nonReactive( builder: (context, model, child) { print('PartialBuildsView rebuilt'); return...

Is there any example that shows how to build a List view from a stream of objects ( with StreamViewModel. List view and its items should be updated as an...

Thank you for your valuable advice on the architecture。 I'm looking at your code, there are still many things I can't understand. Need to ask you。 ``` return BaseWidget( viewModel:...

Clonning ```flutter-tutorials```repository and opening some of clonned tutorial in VS Code, I need to run ```flutter create .``` command (with DOT in the end) to enable all available platform, e.g....

RE Network Sensitivity Demo Hi, overall nice tutorial. When using your sample scripts "out of the box", everything runs well on an Android platform. When running the same code on...

Love ya man, but your hover tutorial should be put to rest. Hover pointers can now be set simply: ``` import 'package:flutter/rendering.dart'; FocusableActionDetector( mouseCursor: SystemMouseCursors.click, child: GestureDetector( onTap: () {...

In navigation_service.dart in goBack() function that A value of type 'void' can't be returned from method 'goBack' because it has a return type of 'bool'.