https://github.com/uedatakeyuki/enclst_core_dart
[enclst](https://github.com/UedaTakeyuki/EncycloList-doc) core library for dart
https://github.com/uedatakeyuki/enclst_core_dart
Last synced: 3 months ago
JSON representation
[enclst](https://github.com/UedaTakeyuki/EncycloList-doc) core library for dart
- Host: GitHub
- URL: https://github.com/uedatakeyuki/enclst_core_dart
- Owner: UedaTakeyuki
- License: other
- Created: 2024-10-29T14:29:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:04:23.000Z (6 months ago)
- Last Synced: 2025-01-30T15:33:19.689Z (4 months ago)
- Language: Dart
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[Enclst](https://github.com/UedaTakeyuki/EncLst) library for Dart.
## Features
TODO: List what your package can do. Maybe include images, gifs, or videos.
## Getting started
Install this package as follow:```
flutter pub add 'enclist_core_dart:{"git":{"url":"https://github.com/UedaTakeyuki/enclst_core_dart","ref":"main"}}'
```or add following lines on your ```pubspec.yaml```
```
enclst_core_dart:
git:
url: https://github.com/UedaTakeyuki/enclst_core_dart.git
ref: main
```
## UsageImport this package as follow:
```
import 'package:enclst_core_dart/enclst_core_dart.dart';
```Create from Enclst file:
```
final enclst = await Enclst.createFromURL(
'https://raw.githubusercontent.com/UedaTakeyuki/EncLst/refs/heads/main/examples/EncycloList/lang/fr/journal/journal.enclst');
``````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.## API
latest document is available [here](https://uedatakeyuki.github.io/enclst_core_dart/).## Source
The repository is [UedaTakeyuki/enclst_core_dart](https://github.com/UedaTakeyuki/enclst_core_dart).## History
- 0.1.0 2024.10.29 created from scratch.