Skip to content

Commit c33a155

Browse files
committed
Adds links to new Flutter / Lottie tutorial
1 parent 32dee5e commit c33a155

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ In the repo to generate the platform projects for the tutorials.
2828

2929
## Tutorials
3030

31+
**055 - Lottie Splash Screen in Flutter** \[ [Video](https://youtu.be/YcUip0Y8CUg) \] \[ [Written](https://www.filledstacks.com/post/lottie-splash-screen-intro-in-flutter/) \] - A tutorial that shows you how to implement an animated splash screen using Lottie and delay the navigation until it's complete.
32+
3133
**054 - Flutter Architecture Part 7 - Dialog Service** \[ [Video](https://youtu.be/uuyJHCxxMEY) \] \[ [Written](https://www.filledstacks.com/post/show-dialogs-without-context/) \] \[ [Source Code](https://github.com/FilledStacks/stacked-example/tree/part-7-dialog-service) \] - A complete guide to the setup of the basics for a starter stacked architecture project.
3234

3335
**053 - Flutter Architecture Part 6 - Bottom Navigation with Stacked** \[ [Video](https://youtu.be/OBIrqm0LDaA) \] \[ [Written](https://www.filledstacks.com/post/bottom-navigation-with-stacked-architecture/) \] \[ [Source Code](https://github.com/FilledStacks/stacked-example/tree/part-6-bottom-nav) \] - A guide to implementing a bottom navigation bar using stacked.
3436

3537
**052 - Flutter Architecture Part 5 - How to Mock - Unit Testing** \[ [Video](https://youtu.be/Kq-YMAE1ssA) \] \[ [Written](https://www.filledstacks.com/post/how-to-mock-for-unit-testing/) \] \[ [Source Code](https://github.com/FilledStacks/stacked-example/tree/part-5-mocking-unit-tests) \] - A complete guide to mocking in unit testing, how it's used for tests and what they're used for.
3638

37-
**051 - Flutter Architecture Part 4 - How to Unit test a Unit Testing intro** \[ [Video](https://youtu.be/n21w5T3jdWE) \] \[ [Written](https://www.filledstacks.com/post/how-to-unit-test-in-flutter/) \] \[ [Source Code](https://github.com/FilledStacks/stacked-example/tree/part-4-unit-testing-1) \] - An intro to unit testing and how to set it up in Flutter.
39+
**051 - Flutter Architecture Part 4 - How to Unit test a Unit Testing intro** \[ [Video](https://youtu.be/n21w5T3jdWE) \] \[ [Written](https://www.filledstacks.com/post/how-to-unit-test-in-flutter/) \] \[ [Source Code](https://github.com/FilledStacks/stacked-example/tree/part-4-unit-testing-1) \] - An intro to unit testing and how to set it up in Flutter.
3840

3941
**050 - Flutter Architecture Part 3 - Flutter Services** \[ [Video](https://youtu.be/UoZQS1bkNTw) \] \[ [Written](https://www.filledstacks.com/post/services-in-code-and-how-to-use-them-in-flutter/) \] \[ [Source Code](https://github.com/FilledStacks/stacked-example/tree/part-3-services) \] - A complete guide on services, service classes, what they are used for and how to use them.
4042

0 commit comments

Comments
 (0)