Scientific Calculator in Flutter
- Create a flutter project.
- Clone the repo.
- Copy the files and replace pubspec.yaml in your project directory.
#Error you might face
- You might see a import error in widget_test.dart file inside test directory you can esaily solve this by replacing import...../main.dart with import 'package:scientific_calculator/main.dart';
#App logo default flutter logo is set when you make a new flutter project you can change it in E:\Flutter\calcitest\android\app\src\main\res