AnimatedConnectingButtonWidget AnimatedConnectingButtonWidget is a simple and customizable animated connecting button widget AnimatedConnectingButtonWidget The source code is 100% Dart. Motivation I need some clean animated connectingbuttong widget my Flutter application. Getting started Installing Add this to your package’s pubspec.yaml file: This library is posted in pub.dev pubspec.yaml dependencies: animated_round_button_flutter: ^1.0.0 Usage After Importing this library, you can directly ..
Category : Animation
Animated Login UI with Teddy Used Packages flare_flutter How to run First clone the repo: git clone https://github.com/KauaLimaMartins/Teddy-Animated-Login-UI.git In the repo path: flutter pub get And finally: flutter run Download Animated Login UI source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Flutterwave Card Deck The Flutterwave animated card deck in Flutterwave’s landing page implemented with Flutter. Widgets Used AnimatedBuilder.Transform.Stack. Animated Deck Download Flutterwave Card Deck source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Update: The iOS jank issue relating to shader warmup is now largely mitigated by shader pre-compilation as described here. Huge thanks to the Flutter team! warmup_routine A library for handling animation warmup generically as discussed in: https://github.com/flutter/flutter/issues/76180 This solution is not very scalable for applications with many animations to warm up and is meant mostly as an ..
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. The Animations Animated onBoarding ..
Responsive and Animated Portfolio Website & App – Flutter UI Live Preview Watch it on YouTube Packages we are using: flutter_svg: link goole_fonts: link animated_text_kit: link Fonts Poppins link Today we will show you how you can create your developer portfolio website and app using flutter. We also add animation which works perfectly on mobile and the web. Responsive ..
A Parallax behavior for any Flutter Scrollable This plugin enable a parallax effect in any Scrollable, simply wrap your Scrollable in a ParallaxArea and use a ParallaxWidget inside it. Interactive web sample Here PageView Vertical PageView Horizontal ListView Vertical ListView Horizontal Features Overlap foreground and background parallax Customizable magnitude of the Parallax Works with any Scrollable Parallax vertically, horizontally or both Inverted parallax Usage ..
flutter_text_form_field This project have a splash screen by using animation and creating profile. Login and Register. Page transition animation App Splash App Home 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 ..
Material Floating Search Bar A Flutter implementation of an expandable floating search bar, also known as persistent search, similar to the ones used extensively by Google in their own apps. Click here to view the full example. Installing Add it to your pubspec.yaml file: dependencies: material_floating_search_bar: ^0.3.4 Install packages from the command line If you like this package, consider ..
Lottie for Flutter Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile! This repository is an unofficial conversion of the Lottie-android library in pure Dart. It works on Android, iOS, macOS, linux, windows and web. Usage Simple animation This example shows how to display ..
Animated Onboarding Made with in India This flutter app is made just to demonstrate how to we can make an animated onboarding experience that looks beautiful and provides a good user experience as well. Back to UI and the app. This idea I had in mind for a long time and I was so busy so ..
flutter_fragments flutter fragment effect Getting Started Add this to your package’s pubspec.yaml file: example Default effect Transition effects. Number of custom fragment Size fragment Download Flutter Fragment Effect source code on GitHub https://github.com/wuweijian1997/fragments FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
GraphX™ | rendering | prototype | design | Making drawings and animations in Flutter extremely simple. WARNING: this lib is on alpha stage, the api can change. NOTE: GraphX™ uses the $ prefix convention for all internal and private members (properties and methods). DO NOT call them in your code… is meant to be consumed internally by the lib, it will ..
2itemAnimatedFabMenu | In Progress. An easy implementation of an animated FAB menu with 2 FAB descendants using AnimatedAlign widget. Usage Case 1: Screens that do not require keyboard input Works with code as it is. Case 2: Screens with keyboard input Wrapping the FABs with Visibility widget with visible:false when the user opens the keyboard hides the menu as ..
Gif Finder About A simple Gif Finder made with Flutter .With this application you can see gifs that are hot on Giphy, being able to share them on your social networks or via link.It was developed using the Giphy API.This application is in version 1.1. Preview > Is acellerated by 1.5, and in the demo folder. Challenges and Learnings ..
Flip Panel A package for flip panel with built-in animation How to use import ‘package:flip_panel/flip_panel.dart’; Create a flip panel from iterable source: final digits = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; FlipPanel.builder( itemBuilder: (context, index) => Container( color: Colors.black, padding: const EdgeInsets.symmetric(horizontal: 6.0), child: Text( ‘${digits[index]}’, style: TextStyle( fontWeight: FontWeight.bold, fontSize: ..
Shimmer A package provides an easy way to add shimmer effect in Flutter project How to use import ‘package:shimmer/shimmer.dart’; SizedBox( width: 200.0, height: 100.0, child: Shimmer.fromColors( baseColor: Colors.red, highlightColor: Colors.yellow, child: Text( ‘Shimmer’, textAlign: TextAlign.center, style: TextStyle( fontSize: 40.0, fontWeight: FontWeight.bold, ), ), ), ); Download Flutter Shimmer Plugin source code on GitHub Get Shimmer ..
animate_do An animation package inspired in Animate.css, built using only Flutter animations, no extra packages. Getting Started This package is simple to use. Every single animation contains default values that look beautiful, but you can change properties to accomplish your needs. Properties in almost every animated widget: Property Type Description key Key (optional) Widget key child ..
Short Intro: Fancy pre-built animations that can easily be integrated into any Flutter application. High quality pre-built Animations for Flutter This package contains pre-canned animations for commonly-desired effects. The animations can be customized with your content and dropped into your application to delight your users. To see examples of the following animations on a device ..
CurvedAnimationController An easy way to use AnimationController with Curve. Getting Started You should ensure that you add the controller as a dependency in your flutter project. dependencies: curved_animation_controller: ^1.0.1 You can also reference the git repo directly if you want: dependencies: curved_animation_controller: git: https://github.com/salkuadrat/curved_animation_controller.git You should then run flutter packages upgrade or update your packages in IntelliJ. ..
Flutter Animated Sliced Button New Animated Sliced Button Widget. It is very primitive now, but I will work for asymmetrical fragmentation and dispersion in different ways as soon as possible. Screenshots Download Animated Sliced Button widget source code on GitHub Check out the implementation details on PUB: https://pub.dev/packages/animated_sliced_button FlutterappworldProvides the list of the opensource Flutter ..
payments_card_animation A payment card fill with 3d flip animation. Design inspired by this design. Download 3d flip animation card app UI source code on GitHub https://github.com/CarmineToriello95/payments_card_animation FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
A Flutter slider that makes a wave effect when dragged. Does a little bounce when dropped. Demo Getting Started To use this plugin, add wave_slider as a dependency in your pubspec.yaml file. The color can be set with the color property. The slider size is dependent on the size of its parent. The height of the wave slider can be ..
Facebook Reactions Animation Description The app to demo animation with Flutter by implement Facebook reactions. Watch the demo video for more clarity: https://youtu.be/gLdr9GCtZXg Check my general guidance to know more and how to do it: https://medium.com/@duytq94/facebook-reactions-with-flutter-9019ce8b95b8 Screenshot Download Facebook Reactions Animation source code on GitHub FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. ..
Anime Twist Client (unofficial) An unofficial cross platform client for Anime Twist. screenshots Download Anime Twist app source code on GitHub https://github.com/meta-boy/Anime-Twist FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
Cyclop A flutter color palette with an eyedropper ( on mobile & desktop ) Demo Desktop & tablet Mobile Material HSL RVB Custom Light theme Dark theme Eyedropper Select a color from your Flutter mobile or desktop screen. To use the eyedropper ( Flutter mobile & desktop ) you need to wrap the app in ..
Animated Floating Button Made in a flutter. Download Animated Floating button source code on GitHub https://github.com/Puruchandra/AnimatedFloatingButton FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..
waterfall_flow A Flutter grid view easy to build waterfall flow layout quickly. Web demo for WaterfallFlow Language: English | 中文简体 waterfall_flow Use Easy to use CollectGarbage ViewportBuilder LastChildLayoutTypeBuilder CloseToTrailing Use add library to your pubspec.yaml dependencies: waterfall_flow: any import library in dart file import ‘package:waterfall_flow/waterfall_flow.dart’; Easy to use you can define waterfall flow layout within SliverWaterfallFlowDelegate. ..
Info: A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it. Motion Tab Bar A beautiful animated widget for your Flutter apps | Preview | |———|———-| | | Getting Started Add the plugin: dependencies: motion_tab_bar: ^0.0.1 Basic Usage ..
Pie Chart This Flutter package provides a Pie Chart Widget with cool animation. Live Demo: https://apgapg.github.io/pie_chart/ Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: pie_chart: <latest version> Usage Import this class import ‘package:pie_chart/pie_chart.dart’; Usage is simple. Pie Chart is a widget and it just need a Map<String,double> as its data input. Map<String, double> dataMap ..
Animating Location Pin This Flutter package provides a Animating Location Pin Widget which can be used while fetching device location. Installation In the dependencies: section of your pubspec.yaml, add the following line: dependencies: animating_location_pin: <latest version> Usage Import this class import ‘package:animating_location_pin/animating_location_pin.dart’; Add Adding this widget is simple. Just directly use its instance for default configuration Container( child: ..
Floating Ribbon A new Flutter package for creating floating ribbons on images. Dependency How To Use In order to achieve the shimmering effect, you need to add a package in pubspec.yaml. The code to reproduce it, import ‘package:skeleton_text/skeleton_text.dart’; import ‘package:floating_ribbon/floating_ribbon.dart’; FloatingRibbon( height: 85, width: 85, childHeight: 75, childWidth: 75, child: Padding( padding: const EdgeInsets.all(8.0), child: ..
skeleton_text A package provides an easy way to add skeleton text loading animation in Flutter project Dependency How To Use To achieve the above example animation use the following code : Explanation I have created a List builder of 10 Containers. Wrapping any widget by SkeletonAnimation would give a beautiful loading animation. SkeletonAnimation Constructor : ..
travelfoldingcard Travel Folding Card with hover animation The live version is in my Flutter CodePen The original CodePen is from Madalena, which is created with HTML, CSS and JS 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: ..
FButton From then on, developers only need to master one Button component, which is enough. Support rounded corners, borders, image, special effects, loading mode. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ! Features Rich corner effect Exquisite border decoration Gradient effect Flexible icon support Intimate Loading mode Cool interaction Special effects More sense of space Shadow Guide Parameters Basic parameters Param Type Necessary Default desc onPressed VoidCallback ..
frefresh Help you to build pull-down refresh and pull-up loading in the simplest way. Although unprecedented simplicity, but the effect is amazing. It also supports configuration refresh and loading elements. The complete controller allows you to help you control the entire dynamic process. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star ! Features Guide Parameter & ..
stepo A highly customisable Flutter package for animated unit stepper Supported Dart Versions Dart SDK version >= 2.1.0 Demo Gif Installation Add the Package dependencies: stepo: ^1.0.0 How to use Import the package in your dart file import ‘package:stepo/stepo.dart’; Basic usage : Stepo( key: UniqueKey(), ), Note: For stepo to show instant changes on hot ..
imageview360 A Flutter package which provides 360 view of the images with rotation and gesture customisations. Supported Dart Versions Dart SDK version >= 2.1.0 Demo Gif Installation Add the Package dependencies: imageview360: ^1.0.0 How to use Import the package in your dart file import ‘package:imageview360/imageview360.dart’; Basic usage : ImageView360( key: UniqueKey(), imageList: imageList, ), Note: ..
A simple animated circular menu for Flutter, Adjustable radius, colors, alignment, animation curve and animation duration. pub package Getting Started Installation Basic Usage Installation Add circular_menu : ^latest_version to your pubspec.yaml, and run flutter pub get in your project’s root directory. Basic Usage Import it to your project file import ‘package:circular_menu/circular_menu.dart’; And add it in ..
Flutter animation interactive guide Try it online Curves visualizer Animated widgets demo : AnimatedContainer AnimatedAlign AnimatedPositioned AnimatedOpacity AnimatedDefaultTextStyle Staggered animation explorer web You need to be on Flutter master branch to run/build for web, and follow this instructions flutter run -d chrome mac os You need to be on Flutter master branch to run/build for web, ..