Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter animations

a collection of animations that aims to improve the user experience for your next flutter project. built by ezaldeen sahb i hope that these sample can help you in your real projects or just for the purpose of learning and inspiration.

i am a mobile developer from iraq, this repo is just to share source code for my instagram page @ezaldeen_sahb videos.

the animations

A collection of Animations that aims to improve the user experience for flutter

animated onboarding

 

use slider and lottie files to build an animated on boarding screens, it can be used to gain user attraction to your app when it launch at first.

view code

A collection of Animations that aims to improve the user experience for flutter

furniture app (dark / white) theme support

 

draw curved vector animations to switch between white/dark themes. it also make use of a custom flash indicator for the selected category.

view code

A collection of Animations that aims to improve the user experience for flutter

no wifi internet connection

 

uses the custom painter to draw wifi animations on your app screens. in this case i also used some text animated widget to animated the type writing animations.

view code

A collection of Animations that aims to improve the user experience for flutter

flutter circular widget animator

 

demonstrates how you can use custom painters in your flutter app and how to tie multi custom animations controllers.

view code

A collection of Animations that aims to improve the user experience for flutter

profile weather animations

 

example of a profile view with animated weather indicators that change size, shape, and color

view code

A collection of Animations that aims to improve the user experience for flutter

rotating wave progress indicator

 

again custom painters are being used here, drawing some paths on screen and use animation controllers to delay each path to make this nice movement

view code

A collection of Animations that aims to improve the user experience for flutter

flutter custom hero animations

 

flutter hero animations are amazing, however, the default hero animation is not giving the best u/x.
we will implement a white page route animations to improve this issue

view code

 

installation

if you’re new to flutter the first thing you’ll need is to follow the setup instructions. once you’re set up and can compile the sample flutter app, you’re ready to run some examples!

each project is stored in its own folder in the repository. using your ide of choice, open the project root directory you’d like to run. then, using the terminal inside your ide, run flutter pub get to fetch any dependencies, and flutter run to deploy to your connected device or simulator.

if you would like to try these for flutter for web, you can use flutter run -d chrome. for more information on enabling flutter for web follow the setup instructions.


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top