Welcome to the Flutter Projects Collection! This repository contains a variety of small Flutter projects designed to showcase different functionalities and features. Each section below provides details about a specific project, including installation instructions, usage, and output examples.
This Flutter project demonstrates how to implement a time and date picker in a Flutter application.
Project Directory: Time and Date Picker
This Flutter project showcases a calculator application built using Flutter.
Project Directory: Calculator
This Flutter project implements a BMI (Body Mass Index) calculator to compute BMI based on height and weight inputs.
Project Directory: BMI Calculator
This Flutter project demonstrates various types of animations in a Flutter application. It includes:
- Implicit Animations: Transitions between states using Flutter's built-in animated widgets.
- Explicit Animations: Custom animations using AnimationController and AnimatedBuilder.
- Hero Animations: Smooth transitions between widgets across screens.
- Physics-based Animations: Animations that follow physical principles like gravity or friction.
- Flare Animations: Integration of animations created in the Flare format.
- Animation Controllers: Control and orchestrate animations using AnimationController.
- Custom Animations: Implementing unique animations tailored for specific UI interactions.