App review reminder
This commit is contained in:
parent
f438e9a3d2
commit
3ad4be2efd
|
|
@ -0,0 +1,10 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
class ReviewApp extends StatelessWidget {
|
||||
const ReviewApp({Key key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Placeholder();
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue