GDGC-MET / Calculator-Flutter

The Calculator app is a Flutter-based mobile tool designed to simplify daily calculations. It delivers a seamless experience on iOS and Android with an intuitive interface. Offering essential functions from basic arithmetic to advanced math, the app ensures quick, accurate calculations, enhancing user efficiency across platforms.
0 stars 7 forks source link

Update main.dart #13

Open Shree1194 opened 1 month ago

Shree1194 commented 1 month ago

Primary Color: Added primaryColor: Colors.blue to ThemeData. This changes the app's primary color to blue. You can replace Colors.blue with another color like Color(0xFF800000) if you want a specific hex color.

Renaming calculator to Calculator: Dart convention for naming classes and widgets is to use PascalCase, so calculator() was renamed to Calculator(). This also assumes that the Calculator.dart file has the class Calculator.