Content
Liquid Swipe Flutter : Liquid swipe is the revealing clipper to bring off amazing liquid like swipe to stacked Container
flutter
dart
Liquid Swipe Flutter : Liquid swipe is the revealing clipper to bring off amazing liquid like swipe to stacked Container

Liquid Swipe Flutter : Liquid swipe is the revealing clipper to bring off amazing liquid like swipe to stacked Container

Liquid Swipe provides great animation without much boilerplate code. The implementation is simple and easy to use with a list of Containers and can be...

SEO Renderer : A Flutter Web Plugin to display Text Widget as Html for SEO purpose
flutter
dart
SEO Renderer : A Flutter Web Plugin to display Text Widget as Html for SEO purpose

SEO Renderer : A Flutter Web Plugin to display Text Widget as Html for SEO purpose

A Flutter Web Plugin to display Text Widget as Html for SEO purpose.

Flutter based taxi booking app
flutter
dart
Flutter based taxi booking app

Flutter based taxi booking app

Flutter based taxi booking app (dummy) using provider as a State manager.

Labs
Implicit Animations in Flutter

Implicit Animations in Flutter

<p>Welcome to Commudle Labs :)</p> <p>In this lab we will learn about some of the basic Flutter Widgets used for animations without using any extra <a title="Animation Controller" href="https://api.flutter.dev/flutter/animation/AnimationController-class.html" target="_blank" rel="noopener">Animation Controllers</a> or <a title="Tween" href="https://api.flutter.dev/flutter/animation/Tween-class.html" target="_blank" rel="noopener">Tweens.</a> <a title="ImplicitlyAnimatingWidget" href="https://api.flutter.dev/flutter/widgets/ImplicitlyAnimatedWidget-class.html" target="_blank" rel="noopener">ImplicitlyAnimatingWidget</a> is one of these widget with its other subclasses, they manage and create there own internal Controllers for Animations. You must have basic knowledge of Flutter, like simple widget usage and <a href="https://flutter.dev/docs/development/ui/interactive#managing-state" target="_blank" rel="noopener">manage states</a> in FLutter</p> <h2>What are Implicit Animating Widgets?</h2> <p>These Widgets automatically animate whenever there is change in their properties. They will not start animating just after their first build but will animate if there are changes in the value of their properties, that too in the provided <a title="animated widget duration" href="https://api.flutter.dev/flutter/widgets/ImplicitlyAnimatedWidget/duration.html" target="_blank" rel="noopener">Duration</a>. If you want to change the animating behaviours like stopping in the middle, or start animating from the first build or anything like that, you can use <a title="Animating Widgets" href="https://api.flutter.dev/flutter/widgets/AnimatedWidget-class.html" target="_blank" rel="noopener">Animating Widgets</a> instead.</p> <h2>Some commonly used ImplicitAnimtingWidgets</h2> <ul> <li><a href="https://api.flutter.dev/flutter/widgets/AnimatedContainer-class.html" target="_blank" rel="noopener">AnimatedContainer</a> : an animating version of Container, animated in every property change like color, height etc.</li> <li><a title="AnimatedAlign" href="https://api.flutter.dev/flutter/widgets/AnimatedAlign-class.html" target="_blank" rel="noopener">AnimatedAlign</a> : animates whenever there is change in Alignment property.</li> <li><a href="https://api.flutter.dev/flutter/widgets/AnimatedOpacity-class.html" target="_blank" rel="noopener">AnimatedOpacity</a> : automatically transitions the child's opacity over a given duration whenever the given opacity changes.</li> <li><a href="https://api.flutter.dev/flutter/widgets/AnimatedSize-class.html" target="_blank" rel="noopener">AnimatedSize</a> : Animated widget that automatically transitions its size over a given duration whenever the given child's size change.</li> <li>and <a title="Implicit Animating Widgets" href="https://api.flutter.dev/flutter/widgets/ImplicitlyAnimatedWidget-class.html" target="_blank" rel="noopener">much more.</a></li> </ul> <p>&nbsp;</p> <h2>Lets Start</h2> <p>For basic usage of Implicit Animating Widget we will use AnimatedContainer.</p>

4

A small introduction to Dart & Flutter (Dart beginners - 1)

A small introduction to Dart & Flutter (Dart beginners - 1)

<p>Welcome to the first beginner-friendly Dart lab.</p> <p>In this lab, we'll learn about the Dart programming language, what features it offers, and how it functions across multiple platforms.</p> <p>Dart is a programming language that is required to create applications in Flutter because Flutter is a dart-based UI framework.</p> <p>So we'll start with Dart, which will eventually lead us to some intriguing and advanced things about this amazing language and flutter.</p>

10

Attended Events (5) Communities (5)

GDG New Delhi

55904 members

GDG Cloud New Delhi

49531 members

WTM Delhi

19096 members

GDG Noida

37627 members

GDG New Delhi

55904 members

BadgesFlutter Expert