Dart Resources
Posted on January 9, 2020  (Last modified on October 23, 2022 )
1 minutes • 82 words
Dart is a client-optimized language for fast apps on any platform. Flutter allows developers to build apps for any type of screen.
Core Dart
CI/CD
- Run tests and Publish to Registry with Github Actions
- Generate Coverage and Upload to CodeCov via Github Actions
Flutter
- Routing inside the Scaffold
- Querying Width, Height, and Device Orientation
- Reusable SimpleDialog Bodies
- WTF are Slivers