Skip to content

Commit

Permalink
* Fix all bugs
Browse files Browse the repository at this point in the history
* Update with flutter 2.0 features
* Support to web and desktop
  • Loading branch information
TechnoUrmish committed Apr 20, 2021
1 parent 60b1952 commit 371876f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/lib/screens/first_page_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
import 'package:sizer/sizer.dart';


class FirstPageScreen extends StatefulWidget {
@override
_FirstPageScreenState createState() => _FirstPageScreenState();
Expand Down Expand Up @@ -117,4 +116,4 @@ class _FirstPageScreenState extends State<FirstPageScreen> {
),
));
}
}
}

0 comments on commit 371876f

Please sign in to comment.