Skip to content

Commit

Permalink
fix: rename example folder
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Sep 20, 2022
1 parent 4bb5fe5 commit 3b3832c
Show file tree
Hide file tree
Showing 144 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ flutter pub add skynexui_responsive_stylesheet

### Get started

- [Check this file to see a small example project](./examples/with_flutter_sample/lib/flutter_basic/flutter_basic.dart)
- [Go direct to usage in this line](https://github.com/skynexui/responsive_stylesheet/blob/main/examples/with_flutter_sample/lib/flutter_basic/flutter_basic.dart#L43)
- [Check this file to see a small example project](./example/with_flutter_sample/lib/flutter_basic/flutter_basic.dart)
- [Go direct to usage in this line](https://github.com/skynexui/responsive_stylesheet/blob/main/example/with_flutter_sample/lib/flutter_basic/flutter_basic.dart#L43)

### Demo

Expand All @@ -43,18 +43,18 @@ body: Container(
)
```

> [Learn more looking at the code example with a small implementation](./examples/with_flutter_sample/lib/flutter_basic/flutter_basic.dart#L43)
> [Learn more looking at the code example with a small implementation](./example/with_flutter_sample/lib/flutter_basic/flutter_basic.dart#L43)
>
> [Or this one of the gif with the Web "Holy Grail Layout"](./examples/with_flutter_sample/lib/holy-grail-layout.dart)
> [Or this one of the gif with the Web "Holy Grail Layout"](./example/with_flutter_sample/lib/holy-grail-layout.dart)
#### Other demos

- [Basic demo](https://responsive-stylesheet-flutter-demo.vercel.app/#/)
- [Code](./examples/with_flutter_sample/lib/flutter_basic/flutter_basic.dart)
- [Code](./example/with_flutter_sample/lib/flutter_basic/flutter_basic.dart)
- [Holy grail layout](https://responsive-stylesheet-flutter-demo.vercel.app/#/holy-grail-layout)
- [Code](./examples/with_flutter_sample/lib/holy-grail-layout/holy-grail-layout.dart)
- [Code](./example/with_flutter_sample/lib/holy-grail-layout/holy-grail-layout.dart)
- [Chat App](https://responsive-stylesheet-flutter-demo.vercel.app/#/chat-app)
- [Code](./examples/with_flutter_sample/lib/chat-app-screen/chat-app-screen.dart)
- [Code](./example/with_flutter_sample/lib/chat-app-screen/chat-app-screen.dart)

## JavaScript/React ⚛

Expand All @@ -66,8 +66,8 @@ yarn add @skynexui/responsive_stylesheet

### Get started

- [Check this project to see a small example project](./examples/with_react_sample)
- [Go direct to usage in this line](https://github.com/skynexui/responsive_stylesheet/blob/main/examples/with_react_sample/pages/index.tsx#L9)
- [Check this project to see a small example project](./example/with_react_sample)
- [Go direct to usage in this line](https://github.com/skynexui/responsive_stylesheet/blob/main/example/with_react_sample/pages/index.tsx#L9)

### Demo

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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"test": "jest",
"test:flutter": "flutter test",
"release:dart:clean": "rm -rf examples && git add . && git commit -m 'deleting stuff before release'",
"release:dart:clean": "rm -rf example && git add . && git commit -m 'deleting stuff before release'",
"lint": "eslint './lib/**/*.{ts,tsx}'",
"lint:flutter": "dart analyze ./lib",
"test:watch": "yarn test --watch",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"exclude": [
"node_modules",
"docs",
"examples",
"example",
"./types/**/*"
]
}
}

0 comments on commit 3b3832c

Please sign in to comment.