update readme for each sample app

This commit is contained in:
Nishant Srivastava
2020-08-19 00:02:30 +02:00
parent 35bff0d4fd
commit 5302b451eb
29 changed files with 36 additions and 69 deletions

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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.
<img src="demo_img.gif" height="600em" />
## 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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).

View File

@ -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/).