Facebook Twitter Instagram
    DeepCrazyWorld
    Facebook Twitter Instagram Pinterest YouTube
    • FLUTTER
      • FLUTTER APP
        • QRCode
        • Quiz App
        • Chat GPT
        • PDF App
        • News App
        • Fitness App
        • Weather App
        • BMI Calculator
        • GAME APP
        • Ecommerce App
        • wallpaper App
        • Finance app
        • Chat App
        • Wallet App
        • Taxi App
        • Quran app
        • Music player app
      • FLUTTER UI
        • Splash Screen
        • Onboarding Screen
        • Login Screen
        • Card Design
        • Drawer
    • PROJECT
      • Android Projects
      • College Projects
      • FLUTTER APP
      • Project Ideas
      • PHP Projects
      • Python Projects
    • SOURCE CODE
    • ANDROID
      • ANDROID APP
      • GAME APP
      • ANDROID STUDIO
    • MCQ
      • AKTU MCQ
        • RPA MCQ
        • COA MCQ
        • HPC MCQ
        • SPM MCQ
        • Renewable Energy All MCQ
        • Data Compression MCQ
        • Data Structure MCQ
        • Digital Image Processing MCQ
        • Software Engineering MCQ
        • Machine Learning MCQ
        • Artificial Intelligence MCQ
      • D PHARMA MCQ
        • Pharmaceutics – I MCQ
        • Pharmacognosy MCQ
        • Pharmaceutical Chemistry MCQ
        • Biochemistry and Clinical Pathology MCQ
        • Human Anatomy and Physiology MCQ
        • Heath Education and Community Pharmacy MCQ
    • INTERVIEW QUESTIONS
      • Flutter Interview Questions
      • INTERVIEW QUESTIONS
      • Python Interview Questions
      • Coding ninjas solution
    • MORE
      • WORDPRESS
        • SEO
        • TOP 10 WORDPRESS THEME
      • PRODUCTIVITY
      • Program
      • QUOTES
    DeepCrazyWorld
    Home»Flutter Animation»Make app more alive with beautiful animated Flutter icons
    Flutter Animation

    Make app more alive with beautiful animated Flutter icons

    DeepikaBy DeepikaDecember 15, 2023Updated:December 15, 2023No Comments3 Mins Read

    Animated Flutter icons – Make app more alive with beautiful animated icons using different types of animated icons, which make app more beautiful and attractive.

    Table of Contents

    Toggle
    • Features
      • Action Icons
      • Alert Icons
      • Content Icons
      • Loading Icons
      • Media Icons
      • Navigation Icons
      • Notification Icons
      • Social Media Icons
      • Other Icons
    • Getting started
    • Additional information
        • Resources Used:
    • Get Full Source Code
    • Conclusion
        • Related Articles:
      • READ MORE

    Features

    Action Icons

    action_icons

    Alert Icons

    alert_icons

    Content Icons

    content_icons

    Loading Icons

    loading_icons

    Media Icons

    media_icons

    Navigation Icons

    navigation_icons

    Notification Icons

    notification_icons

    Social Media Icons

    social_media_icons

    Other Icons

    other_icons

    Getting started

    Add the dependency to pubspec.yaml or enter the following command into your terminal:

    flutter pub add use_widgets

    Next I will provide a super simple example of how to use one of the animated icons:

    import 'package:flutter/material.dart';
    import 'package:flutter_hooks/flutter_hooks.dart';
    import 'package:use_widgets/use_widgets/use_widgets.dart';
    
    class HomePage extends StatelessWidget {
      const HomePage({super.key});
    
      @override
      Widget build(BuildContext context) {
        return HookBuilder(builder: (context) {
          final menuIsOpen = useState(false);
    
          return Scaffold(
            backgroundColor: const Color(0xff202020),
            appBar: AppBar(
              backgroundColor: Colors.black,
              leading: InkWell(
                onTap: () {
                  menuIsOpen.value = !menuIsOpen.value;
                },
                child: MenuV2( // Here we use one of the animated icons
                  isOpen: menuIsOpen.value,
                  color: Colors.white,
                ),
              ),
            ),
            body: Center(),
         ),
        }),
      }
    }
    

    Additional information

    The underlying lottie icons are from https://useanimations.com/.

    All the free files available in useAnimations are distributed under Creative Commons (CC) Attribution (BY) unless stated otherwise.

    The resources (animations) can be used for personal and commercial usage within Web and Mobile Applications. Animated Flutter icons

    You may modify the resources according to your requirements and use them in any or all of your personal or commercial projects. For example, you may include this resource on a website or mobile application you will be designing for a client.

    You are required to attribute or link to useanimations.com in any of projects.

    useAnimations (useanimations.com) will not be responsible for any outcome that may occur during the use of their resources.

    Files from useAnimations can be shared as long as the useAnimations are credited appropriately.

    Resources Used:

    • YouTube
    • Dart & Flutter Packages

    You can check out the entire code of this App here:

    Get Full Source Code

    View Github

    download source code

    Conclusion

    This was all about a quick go through the basic flutter App UI Screen. If you need any assistance regarding flutter app development, you can consult a flutter developer from FlutterDesk. We would love to be of help. Still, if you feel any difficult while dealing with Flutter app development projects, you can reach out to us or hire Flutter developers to outsource any of your app development project.

    Do like & share my Facebook page. if you find this post helpful. Thank you!!

    Happy coding! 😉

    Related Articles:

    • How to Install Flutter in windows 10
    • Make News and Weather App using flutter
    • Quiz App using flutter with source code
    • Chat GPT Voice Chatbot App with Flutter source code
    • Flutter NEWS App with REST APIs source code
    • Flutter Wallpaper Application built with Flutter source code
    • Beautiful Login and signup screen using Flutter
    • Flutter Login Page and Registration App UI screen design
    • Flutter Login screen model app with source code
    • Animated Login screen using Flutter with source code
    • Beautiful Login Page UI made in flutter source code
    • A Flutter Responsive Login and Signup Auth Screen UI
    • Flutter Login and Register Auth App using Google and Facebook sign in
    • Face recognition authentication (Signup + signin) with Flutter
    • A Flutter Animated Login screen UI design source code
    • SignIn and SignUp App Using Flutter with source code

    READ MORE

    Share. Facebook Twitter LinkedIn WhatsApp Telegram Pinterest Reddit Email
    Previous ArticleDaily News App built using Flutter framework with source code
    Next Article Flutter package multi_link_text allows you to create text with clickable links

    Related Posts

    Animated Backgrounds in Flutter: A Complete Guide

    FLUTTER 4 Mins Read

    How to Create Music Player UI screen with fully functional in flutter

    FLUTTER APP 3 Mins Read

    How to make ListView Builder Ui in flutter with Source Code

    FLUTTER UI 5 Mins Read

    How to create TabBar view in flutter with source code step wise

    FLUTTER UI 5 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • Implementing a Dynamic FAQ Screen UI in Flutter Using ExpansionTile March 29, 2025
    • Creating an Instruction UI Screen in Flutter Application March 29, 2025
    • Animated Backgrounds in Flutter: A Complete Guide March 15, 2025
    • How to make Diary App using flutter stepwise using getx August 31, 2024
    • How to Create Music Player UI screen with fully functional in flutter August 30, 2024
    • How to make ListView Builder Ui in flutter with Source Code August 29, 2024
    • Create a TabBar View in flutter with fully functional stepwise August 28, 2024
    • How to create TabBar view in flutter with source code step wise August 27, 2024
    • How to make Heart rate measure app with Flutter stepwise August 26, 2024
    • How to make ChatGpt App in flutter with source code Stepwise August 25, 2024
    Facebook Twitter Instagram Pinterest YouTube
    • About
    • Contact
    • Disclaimer
    • Privacy Policy
    Copyright by DeepCrazyWorld © 2025

    Type above and press Enter to search. Press Esc to cancel.