Skip to content

Commit

Permalink
fix: getpages
Browse files Browse the repository at this point in the history
  • Loading branch information
kauemurakami committed Sep 9, 2020
1 parent 69523e5 commit 6a34f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"import 'package:get/get.dart';",
"import 'package:http/http.dart' as http;",
"",
"class ${1:My}Page extends StatelessWidget {",
"class ${1:My}Page extends GetView<YourController> {",
"",
"\t@override",
"\tWidget build(BuildContext context) {",
Expand Down

0 comments on commit 6a34f3a

Please sign in to comment.