Skip to content

Commit

Permalink
fix: solve pub publish issues
Browse files Browse the repository at this point in the history
  • Loading branch information
luisburgos committed Jul 23, 2022
1 parent b904eb5 commit 8b6610d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Opinionated modern event based application development framework.

## Documentation

- Learn more about the pre-defined [EventBuses and Events](./docs/EVENT_BUSES.md).
- Learn more how to create the required instance of the [Navigator](./docs/NAVIGATOR.md) component.
- Learn more about the pre-defined [EventBuses and Events](doc/EVENT_BUSES.md).
- Learn more how to create the required instance of the [Navigator](doc/NAVIGATOR.md) component.

## Features

Expand Down Expand Up @@ -43,11 +43,11 @@ By default the framework supports firing three base class events:
- `Command`
- `AppEvent`

Find pre-defined [out-of-the-box supported events](./docs/EVENTS.md).
Find pre-defined [out-of-the-box supported events](doc/EVENTS.md).

### UiEvents

The library comes with a few pre-defined `UiEvents` you can find [here](./docs/EVENTS.md).
The library comes with a few pre-defined `UiEvents` you can find [here](doc/EVENTS.md).

For example, when a button/label is tapped:

Expand All @@ -62,7 +62,7 @@ ElevatedButton(

### NavigationCommands

The library comes with a few pre-defined `NavigationCommands` you can find [here](./docs/EVENTS.md).
The library comes with a few pre-defined `NavigationCommands` you can find [here](doc/EVENTS.md).

Go to a route:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
dependencies:
flutter:
sdk: flutter
event_bus: 2.0.0
rxdart: 0.27.4
event_bus: ^2.0.0
rxdart: ^0.27.4

dev_dependencies:
lints: ^1.0.0
Expand Down

0 comments on commit 8b6610d

Please sign in to comment.