Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnuberbacher/flutter_calculator
Functioning calculator App in Flutter/Dart with light and dark mode toggle switch. Shared Preferences keeps the users dark or light mode selection even after the app closes.
https://github.com/johnuberbacher/flutter_calculator
android android-app app calculator calculator-app calculator-application dart design designer development flutter flutter-apps flutter-demo flutter-examples flutter-ui google ios ios-app ui ui-design
Last synced: about 1 month ago
JSON representation
Functioning calculator App in Flutter/Dart with light and dark mode toggle switch. Shared Preferences keeps the users dark or light mode selection even after the app closes.
- Host: GitHub
- URL: https://github.com/johnuberbacher/flutter_calculator
- Owner: johnuberbacher
- License: mit
- Created: 2020-09-11T04:46:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T01:28:25.000Z (over 3 years ago)
- Last Synced: 2023-03-05T19:28:57.722Z (almost 2 years ago)
- Topics: android, android-app, app, calculator, calculator-app, calculator-application, dart, design, designer, development, flutter, flutter-apps, flutter-demo, flutter-examples, flutter-ui, google, ios, ios-app, ui, ui-design
- Language: Dart
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Calculator
Functioning calculator App in Flutter/Dart with light and dark mode toggle switch. Shared Preferences keeps the users dark or light mode selection even after the app closes.![](https://img.shields.io/badge/Dart-0175C2?style=for-the-badge&logo=dart&logoColor=white) ![](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white)
![Screenshot](https://i.imgur.com/I6bX7rt.jpg)
### Installation
```
git clone https://github.com/johnuberbacher/flutter_calculator.gitflutter pub get
flutter run
```### Meta
John Uberbacher – [johnuberbacher.com](https://johnuberbacher.com)
### License
Distributed under the The MIT License (MIT)
Copyright (c) 2020 John Uberbacher
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.