MP Design and Accessibilty Session is an app that showcases the use of animations using SlideTransition and FadeTransition. It is also the reference project for the session on Accessibility in Flutter which happened at FlutterBytes Conference'23.
- Accessibility: The app is accessible to all users, including those with disabilities.
- Animations: Use of SlideTransition and FadeTransition to animate widgets.
- Responsive Design: The app is responsive across screen sizes.
- Memory Leak Management: The app makes use of flutter_hooks to dispose of resources when they are no longer needed e.g controllers.
MP Design app is built using the following technologies:
- Flutter, a cross-platform mobile development framework by Google.
- Flutter Hooks, a Flutter package for hooks.
*MP Design can be previewed on iOS and Android.