Compare commits

...

2 Commits

Author SHA1 Message Date
poka 8b3ecae62f CI fix: The declaration 'callback' isn't referenced 2022-12-05 02:34:51 +01:00
poka 1ea3be788e bump 0.0.14+43 2022-12-05 02:29:52 +01:00
2 changed files with 1 additions and 4 deletions

View File

@ -18,9 +18,6 @@ class SearchScreen extends StatelessWidget {
Widget build(BuildContext context) {
final searchProvider = Provider.of<SearchProvider>(context);
final screenHeight = MediaQuery.of(context).size.height;
String callback() => 'tata';
// final _homeProvider =
// Provider.of<HomeProvider>(context, listen: false);
return WillPopScope(
onWillPop: () {

View File

@ -5,7 +5,7 @@ description: Pay with G1.
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.13+42
version: 0.0.14+43
environment:
sdk: '>=2.12.0 <3.0.0'