Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Sep 24, 2019
1 parent d94c342 commit b05c9cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,17 @@ YouTube video walkthrough with explanations here:

This sample app shows you how to use slivers with some practical examples.

## Included

- [CustomScrollView](https://api.flutter.dev/flutter/widgets/CustomScrollView-class.html)
- [SliverAppBar](https://api.flutter.dev/flutter/material/SliverAppBar-class.html)
- [SliverPersistentHeader](https://api.flutter.dev/flutter/widgets/SliverPersistentHeader-class.html)
- [SliverList](https://api.flutter.dev/flutter/widgets/SliverList-class.html) & [SliverFixedExtentList](https://api.flutter.dev/flutter/widgets/SliverFixedExtentList-class.html)
- [SliverGrid](https://api.flutter.dev/flutter/widgets/SliverGrid-class.html)
- [SliverToBoxAdapter](https://api.flutter.dev/flutter/widgets/SliverToBoxAdapter-class.html)
- [SliverFillRemaining](https://api.flutter.dev/flutter/widgets/SliverFillRemaining-class.html)


### For more articles and video tutorials, check out [Coding With Flutter](https://codingwithflutter.com/).


Expand Down

0 comments on commit b05c9cd

Please sign in to comment.