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.
in addition to forking and reviewing the mit licensed code available here.
about me
i am a mobile developer from iraq, this repo is just to share source code for my instagram page @ezaldeen_sahb videos.
the animations
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.
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.
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.
flutter circular widget animator
demonstrates how you can use custom painters in your flutter app and how to tie multi custom animations controllers.
profile weather animations
example of a profile view with animated weather indicators that change size, shape, and color
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
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
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.
license
these examples are released under the mit license. you can use the code for any purpose, including commercial projects.
Comments are closed.