Skip to content

Commit

Permalink
Delete reference to deprecated product in key concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Jan 6, 2025
1 parent 7d5910b commit 33bfe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ABOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Designed to simplify common programming tasks, Dart has rapidly gained popularit
- **Cross-Platform Development:** Dart powers [Flutter](https://flutter.dev), one of the most popular frameworks for building high-performance, cross-platform apps for mobile, web, and desktop from a single codebase.
- **Web Support:** Dart code can be transpiled into JavaScript, making it suitable for both client-side and server-side web development.
Frameworks like [AngularDart](https://angulardart.dev/) are tailored specifically for Dart web apps.
- **Server-Side Capabilities:** Dart is not just for frontend development; it can be used to build scalable server-side applications with frameworks like [Shelf](https://pub.dev/packages/shelf) or the now-deprecated [Aqueduct](https://aqueduct.io/).
- **Server-Side Capabilities:** Dart is not just for frontend development; it can be used to build scalable server-side applications with frameworks like [Shelf](https://pub.dev/packages/shelf).
- **High Performance:** Dart code is compiled to native machine code for mobile and desktop applications and optimized JavaScript for the web, delivering high performance across platforms.

## Versatility of Dart
Expand Down

0 comments on commit 33bfe78

Please sign in to comment.