Skip to content

Commit

Permalink
FIXED example
Browse files Browse the repository at this point in the history
  • Loading branch information
FatulM committed Dec 17, 2018
1 parent 0d2b6dc commit c25220e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MyHomePage extends StatefulWidget {

class _MyHomePageState extends State<MyHomePage> {
static final now = DateTime.now();
static final g = Gregorian(year: now.year, month: now.month, day: now.day);
static final g = Gregorian(now.year, now.month, now.day);

@override
Widget build(BuildContext context) {
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
shamsi_date: ^0.1.1
shamsi_date: ^0.2.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit c25220e

Please sign in to comment.