docs(form): add few project files
This commit is contained in:
parent
27d60c9aa3
commit
aa2b51f3da
10
packages/wyatt_form_bloc/.gitignore
vendored
Normal file
10
packages/wyatt_form_bloc/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Files and directories created by pub.
|
||||||
|
.dart_tool/
|
||||||
|
.packages
|
||||||
|
|
||||||
|
# Conventional directory for build outputs.
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Omit committing pubspec.lock for library packages; see
|
||||||
|
# https://dart.dev/guides/libraries/private-files#pubspeclock.
|
||||||
|
pubspec.lock
|
3
packages/wyatt_form_bloc/CHANGELOG.md
Normal file
3
packages/wyatt_form_bloc/CHANGELOG.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
## 0.0.0
|
||||||
|
|
||||||
|
- Initial version.
|
39
packages/wyatt_form_bloc/README.md
Normal file
39
packages/wyatt_form_bloc/README.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
<!--
|
||||||
|
This README describes the package. If you publish this package to pub.dev,
|
||||||
|
this README's contents appear on the landing page for your package.
|
||||||
|
|
||||||
|
For information about how to write a good package README, see the guide for
|
||||||
|
[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).
|
||||||
|
|
||||||
|
For general information about developing packages, see the Dart guide for
|
||||||
|
[creating packages](https://dart.dev/guides/libraries/create-library-packages)
|
||||||
|
and the Flutter guide for
|
||||||
|
[developing packages and plugins](https://flutter.dev/developing-packages).
|
||||||
|
-->
|
||||||
|
|
||||||
|
TODO: Put a short description of the package here that helps potential users
|
||||||
|
know whether this package might be useful for them.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
TODO: List what your package can do. Maybe include images, gifs, or videos.
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
|
TODO: List prerequisites and provide or point to information on how to
|
||||||
|
start using the package.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
TODO: Include short and useful examples for package users. Add longer examples
|
||||||
|
to `/example` folder.
|
||||||
|
|
||||||
|
```dart
|
||||||
|
const like = 'sample';
|
||||||
|
```
|
||||||
|
|
||||||
|
## Additional information
|
||||||
|
|
||||||
|
TODO: Tell users more about the package: where to find more information, how to
|
||||||
|
contribute to the package, how to file issues, what response they can expect
|
||||||
|
from the package authors, and more.
|
1
packages/wyatt_form_bloc/analysis_options.yaml
Normal file
1
packages/wyatt_form_bloc/analysis_options.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
include: package:wyatt_analysis/analysis_options.yaml
|
19
packages/wyatt_form_bloc/pubspec.yaml
Normal file
19
packages/wyatt_form_bloc/pubspec.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: wyatt_form_bloc
|
||||||
|
description: Manage forms in a Flutter app with Bloc
|
||||||
|
version: 0.0.0
|
||||||
|
|
||||||
|
environment:
|
||||||
|
sdk: '>=2.16.2 <3.0.0'
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
bloc: ^8.0.3
|
||||||
|
meta: ^1.7.0
|
||||||
|
|
||||||
|
dev_dependencies:
|
||||||
|
test: ^1.21.0
|
||||||
|
|
||||||
|
wyatt_analysis:
|
||||||
|
git:
|
||||||
|
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
|
||||||
|
ref: wyatt_analysis-v2.0.0
|
||||||
|
path: packages/wyatt_analysis
|
Loading…
x
Reference in New Issue
Block a user