Flutter practice to learn how to create custom animations and attractive designs for mobile and tablet applications.
- AnimationBuilder
- Tweens
- SingleTickerStateProvider
- Curves
- Provider (state management)
- Customizable widgets
- Responsive design
- Light and dark theme
- CustomPainter
- Slivers
- CustomSlivers
- Slideshow
- Circular progress indicators
- ScrollController
- AnimationController
Clone or download this repository.
$ git clone https://github.com/fabirt/flutter-design-practice.git
Install the dependencies specified in the pubspec.yaml
file.
$ flutter pub get
Launch the app in debug mode using a simulator or a connected device.
$ flutter run