Skip to content

Commit

Permalink
update readme for each sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Aug 18, 2020
1 parent 35bff0d commit 5302b45
Show file tree
Hide file tree
Showing 29 changed files with 36 additions and 69 deletions.
2 changes: 1 addition & 1 deletion dropdown_button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing drop down button.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion enabling_splash_screen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing splash screen.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
11 changes: 1 addition & 10 deletions expense_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ A simple app with a beautiful UI for managing daily expenses.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion grid_layout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing grid layout.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion handling_routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/widgets/Navigator-class.ht

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
4 changes: 2 additions & 2 deletions image_from_network/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Image from Network

Example app showing implemention of image from network.
Example app showing implementation of image from network.

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


## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
4 changes: 2 additions & 2 deletions infinite_list/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Infinite List

Example app showing implemention of an infinite list
Example app showing implementation of an infinite list

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


## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion load_local_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementation which loads up an image from a local folder.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion load_local_json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementation which loads up a json file from a local folde

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion navigation_drawer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing navigation Drawer.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion persist_key_value/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Example app showing storing key value on disk using [shared_preference](https://

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion simple_material_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ A simple material app

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion stateful_widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/widgets/StatefulWidget-cla

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion stateless_widgets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/widgets/StatelessWidget-cl

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion tip_calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementation which calculates the tip.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
22 changes: 4 additions & 18 deletions unit_testing/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# unit_testing

A flutter example app to demonstrate unit testing.

<p>
<img src="example/exp.gif" width="" height = "300">
</p>


# Unit Test
Example app demonstrating unit testing.

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.

## Getting Started
<img src="demo_img.gif" height="600em" />

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
## Getting Started

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_alert_dialog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/AlertDialog-class

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_bottom_nav_bar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/BottomNavigationB

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_custom_fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing custom fonts as text style.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_edittext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app that shows how to use a Edit Text in an app.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
11 changes: 1 addition & 10 deletions using_firebase_db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,4 @@ Add notes by using the Floating Action Button and delete notes by long pressing

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_gradient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing gradient as a background.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_http_get/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementation which loads up an information via making an H

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
7 changes: 3 additions & 4 deletions using_interactiveviewer/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Using InteractiveViewer

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

The user can transform the child by dragging to pan or pinching to zoom.
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.

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

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


## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_listview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing listview.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_snackbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app showing implementing snack bar.

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_stepper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/Stepper-class.htm

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Read [[Documentation](https://docs.flutter.io/flutter/material/TabBar-class.html

## Getting Started

For help getting started with Flutter, view online [documentation](http://flutter.io/).
For help getting started with Flutter, view online [documentation](http://flutter.dev/).
2 changes: 1 addition & 1 deletion using_theme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Example app that shows how to setup a theme in your app.

## Getting Started

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

0 comments on commit 5302b45

Please sign in to comment.