Skip to content

Commit

Permalink
Rename example project and root library file name
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienBtr committed Sep 24, 2021
1 parent c44dc18 commit 30edf86
Show file tree
Hide file tree
Showing 80 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## [0.0.1] - 24/09/2021

* TODO: Describe initial release.
* First version
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Of course, if you think this feature can be useful to other people, feel free t
## Basic Usage

```dart
import 'package:dash_chat/dash_chat_library.dart';
import 'package:dash_chat/dash_chat.dart';
import 'package:flutter/material.dart';
class Basic extends StatefulWidget {
Expand Down Expand Up @@ -85,7 +85,7 @@ class _BasicState extends State<Basic> {
}
```

You can run the [examples](examples) project to see more complex ways of using the package
You can run the [example](example) project to see more complex ways of using the package

## Parameters of DashChat

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/lib/data.dart → example/lib/data.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:dash_chat/dash_chat_library.dart';
import 'package:dash_chat/dash_chat.dart';

String profileImage =
'https://cdn.fastly.picmonkey.com/contentful/h6goo9gw1hh6/2sNZtFAWOdP1lmQ33VwRN3/24e953b920a9cd0ff2e1d587742a2472/1-intro-photo-final.jpg?w=800&q=70';
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:dash_chat/dash_chat_library.dart';
import 'package:dash_chat/dash_chat.dart';
import 'package:examples/data.dart';
import 'package:flutter/material.dart';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:dash_chat/dash_chat_library.dart';
import 'package:dash_chat/dash_chat.dart';
import 'package:examples/data.dart';
import 'package:flutter/material.dart';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:dash_chat/dash_chat_library.dart';
import 'package:dash_chat/dash_chat.dart';
import 'package:examples/data.dart';
import 'package:flutter/material.dart';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:dash_chat/dash_chat_library.dart';
import 'package:dash_chat/dash_chat.dart';
import 'package:examples/data.dart';
import 'package:flutter/material.dart';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:dash_chat/dash_chat_library.dart';
import 'package:dash_chat/dash_chat.dart';
import 'package:examples/data.dart';
import 'package:flutter/material.dart';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 30edf86

Please sign in to comment.