Skip to content

Commit 5302b45

Browse files
committed
update readme for each sample app
1 parent 35bff0d commit 5302b45

File tree

29 files changed

+36
-69
lines changed

29 files changed

+36
-69
lines changed

dropdown_button/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing drop down button.
77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

enabling_splash_screen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing splash screen.
77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

expense_planner/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,4 @@ A simple app with a beautiful UI for managing daily expenses.
66

77
## Getting Started
88

9-
This project is a starting point for a Flutter application.
10-
11-
A few resources to get you started if this is your first Flutter project:
12-
13-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
14-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
15-
16-
For help getting started with Flutter, view our
17-
[online documentation](https://flutter.dev/docs), which offers tutorials,
18-
samples, guidance on mobile development, and a full API reference.
9+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

grid_layout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing grid layout.
77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

handling_routes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/widgets/Navigator-class.ht
99

1010
## Getting Started
1111

12-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
12+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

image_from_network/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Image from Network
22

3-
Example app showing implemention of image from network.
3+
Example app showing implementation of image from network.
44

55
<img src="demo_img.gif" height="600em" />
66

77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

infinite_list/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Infinite List
22

3-
Example app showing implemention of an infinite list
3+
Example app showing implementation of an infinite list
44

55
<img src="demo_img.gif" height="600em" />
66

77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

load_local_image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementation which loads up an image from a local folder.
77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

load_local_json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementation which loads up a json file from a local folde
77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

navigation_drawer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing navigation Drawer.
77

88
## Getting Started
99

10-
For help getting started with Flutter, view online [documentation](http://flutter.io/).
10+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

0 commit comments

Comments
 (0)