Skip to content

Commit

Permalink
Merge pull request #111 from ZaidrazaNarsinh/master
Browse files Browse the repository at this point in the history
Fixed "The method 'Position' isn't defined" issue
  • Loading branch information
Pyozer authored Mar 18, 2022
2 parents 8035958 + 21b1ef4 commit 16e8ed6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/introduction_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ export 'package:introduction_screen/src/model/page_view_model.dart'
show PageViewModel;
export 'package:introduction_screen/src/model/page_decoration.dart'
show PageDecoration;
export 'package:introduction_screen/src/model/position.dart'
show Position;
export 'package:dots_indicator/dots_indicator.dart' show DotsDecorator;

0 comments on commit 16e8ed6

Please sign in to comment.