Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
g-apparence committed Oct 25, 2023
1 parent 1f2e164 commit 92d67d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/lib/navigation.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:bart/bart.dart';
import 'package:bart/bart/widgets/side_bar/sidebar.dart';
import 'package:example/routes.dart';
import 'package:flutter/material.dart';

Expand Down
1 change: 1 addition & 0 deletions lib/bart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export './bart/bart_scaffold.dart';
export './bart/widgets/bottom_bar/bottom_bar.dart';
export './bart/widgets/animated_appbar.dart';
export './bart/widgets/bottom_bar/bottombar_icon.dart';
export './bart/widgets/side_bar/sidebar.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bart
description: A bottom navigation bar using navigator 2 for switching tabs
version: 1.3.0
version: 1.3.0+1
homepage: https://en.apparence.io
repository: https://github.com/Apparence-io/bart

Expand Down

0 comments on commit 92d67d0

Please sign in to comment.