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

+1-1
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

+1-1
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

+1-10
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

+1-1
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

+1-1
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

+2-2
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

+2-2
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

+1-1
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

+1-1
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

+1-1
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/).

persist_key_value/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Example app showing storing key value on disk using [shared_preference](https://
66

77
## Getting Started
88

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

simple_material_app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ A simple material app
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/).

stateful_widget/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/widgets/StatefulWidget-cla
1111

1212
## Getting Started
1313

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

stateless_widgets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/widgets/StatelessWidget-cl
1111

1212
## Getting Started
1313

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

tip_calculator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementation which calculates the tip.
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/).

unit_testing/README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
# unit_testing
22

3-
A flutter example app to demonstrate unit testing.
4-
5-
<p>
6-
<img src="example/exp.gif" width="" height = "300">
7-
</p>
8-
9-
10-
# Unit Test
3+
Example app demonstrating unit testing.
114

125
Unit tests are handy for verifying the behavior of a single function, method, or class. [click here](https://flutter.dev/docs/cookbook/testing/unit/introduction) for more information.
136

14-
## Getting Started
7+
<img src="demo_img.gif" height="600em" />
158

16-
This project is a starting point for a Flutter application.
17-
18-
A few resources to get you started if this is your first Flutter project:
19-
20-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
21-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
9+
## Getting Started
2210

23-
For help getting started with Flutter, view our
24-
[online documentation](https://flutter.dev/docs), which offers tutorials,
25-
samples, guidance on mobile development, and a full API reference.
11+
For help getting started with Flutter, view online [documentation](http://flutter.dev/).

using_alert_dialog/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/AlertDialog-class
1111

1212
## Getting Started
1313

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

using_bottom_nav_bar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/BottomNavigationB
1111

1212
## Getting Started
1313

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

using_custom_fonts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing custom fonts as text style.
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/).

using_edittext/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app that shows how to use a Edit Text in an app.
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/).

using_firebase_db/README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,4 @@ Add notes by using the Floating Action Button and delete notes by long pressing
1111

1212
## Getting Started
1313

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

using_gradient/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing gradient as a background.
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/).

using_http_get/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementation which loads up an information via making an H
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/).

using_interactiveviewer/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Using InteractiveViewer
22

3-
A widget that enables pan and zoom interactions with its child.
3+
Example app showing usage of InteractiveViewer.
44

5-
The user can transform the child by dragging to pan or pinching to zoom.
5+
InteractiveViewer is a widget that enables pan and zoom interactions with its child. The user can transform the child by dragging to pan or pinching to zoom.
66

77
Read [[Documentation](https://api.flutter.dev/flutter/widgets/InteractiveViewer-class.html)]
88

99
<img src="demo_img.gif" height="600em" />
1010

11-
1211
## Getting Started
1312

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

using_listview/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing listview.
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/).

using_snackbar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app showing implementing snack bar.
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/).

using_stepper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/Stepper-class.htm
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/).

using_tabs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/TabBar-class.html
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/).

using_theme/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Example app that shows how to setup a theme in your app.
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)