This repository contains a series of Flutter demo applications designed to demonstrate various Flutter concepts, libraries, and features. Each project provides hands-on examples to help developers learn and experiment with Flutter development.
- json_serializable_demo
Demonstrates using the json_serializable package to automate JSON serialization and deserialization in Flutter models. - news_app
A news application that fetches data from an API and includes a bookmark system to save articles, demonstrating state management in Flutter. - reflectable_demo
Shows the use of the reflectable package in Flutter to enable reflection capabilities not natively supported by Dart. - space_shooter
A simple 2D game built in Flutter, demonstrating game development concepts and animations. - state_management_demo
Demonstrates different state management techniques and patterns in Flutter applications.
- These demo projects are intended for learning and experimentation with Flutter framework and its ecosystem.
- Feel free to explore, modify, and build upon these demos to enhance your Flutter development skills.