-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d26ab0
commit 07f4a5b
Showing
1 changed file
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,35 @@ | ||
# flutter_gradient_app | ||
## Flutter Gradient Effect | ||
|
||
A new Flutter application. | ||
Flutter Tutorial - Flutter Gradient Effect | ||
I will be showing you will see how to achieve gradient effect in your Flutter application. | ||
|
||
Flutter Tutorial - Flutter Gradient Effect Video series can be watched here https://youtu.be/LNHrg7D_MWo | ||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
I have added a lot of variations like adding gradient effect in AppBar, Background, Chip, Button, Listview. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
For more details about the gradient plugin, you can check the link. https://pub.dartlang.org/packages/gradient_widgets | ||
|
||
- [Lab: Write your first Flutter app](https://flutter.io/docs/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://flutter.io/docs/cookbook) | ||
For more details regarding chip creation, you can watch my Flutter Wrap Video here https://www.youtube.com/watch?v=jYtpwJobJ3k | ||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.io/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
|
||
<div style="text-align: center"> | ||
<table> | ||
<tr> | ||
<td style="text-align: center"> | ||
<img src="https://github.com/whatsupcoders/Flutter-Gradient/blob/master/assets/Screenshot_1563855812.png" width="200"/> | ||
</td> | ||
<td style="text-align: center"> | ||
<img src="https://github.com/whatsupcoders/Flutter-Gradient/blob/master/assets/Screenshot_1563855840.png" width="200"/> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
|
||
For more Flutter Tutorials watch my videos on https://www.youtube.com/c/whatsupcoders <br /> | ||
If you appreciate the content 📖, support projects visibility, give 👍| ⭐| 👏 | ||
|
||
FOLLOW ME HERE: | ||
|
||
Facebook: https://www.facebook.com/whatsupcoders | ||
Twitter: https://www.twitter.com/whatsupcoders |