Skip to content

SaraAlhaddadi/calaulater_flutterApp

Repository files navigation

Calaulater Flutter App :calculator:

Screenshot

Description 📝

Welcome to the Calculator Flutter App! This is a simple calculator app built using Flutter. It features two themes: black and orange. You can switch between the themes by modifying the home widget in the code.

Black Theme:

the default one

Black Theme

Orange Theme:

Orange Theme

you can change it by changing home widget to OCalApp like this

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: OCalApp(),//OCalApp() to use orange one
    );
  }
}

How to Use 🚀

To get started with the Calaulater Flutter App, follow these steps:

  1. Clone the repository to your local machine.

  2. Open the project in your preferred Flutter development environment.

  3. Run the app on an emulator or physical device.

  4. Explore the calculator functionality and switch between the available themes.

Resources 📚

If this is your first Flutter project or you need help getting started, check out these resources:

For more detailed information about Flutter development, refer to the online documentation which includes tutorials, samples, guidance, and the full API reference.

License 📜

This project is licensed under the MIT License. You are free to use, modify, and distribute the code for personal and commercial purposes.

Support ✨

If you encounter any issues or have suggestions for improvements, please feel free to open an issue on the repository. Your feedback is valuable in making this app even better!

Stay Connected 📱

Connect with me on GitHub and stay up-to-date with my latest projects and repositories.

Thank you for checking out the Calaulater Flutter App! Happy calculating! 💻:

About

simple flutter calculator with to themes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages