We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e239c4e commit ba80605Copy full SHA for ba80605
README.md
@@ -23,7 +23,7 @@ dependencies:
23
flutter_calculator:
24
git:
25
url: git://github.com/flytreeleft/flutter_calculator.git
26
- ref: bugfix-0.1.x
+ ref: v0.1.0
27
```
28
29
- Import package `import 'package:flutter_calculator/flutter_calculator.dart';` and call `await showCalculator(context: context);` in your code:
0 commit comments