Skip to content

Commit

Permalink
publish: make package ready for pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Mar 10, 2023
1 parent efd034e commit 9d45ad6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0

* on disk savable added
* some apis improves
* bug fixes

14 changes: 2 additions & 12 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# app
# Examples

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
TODO
5 changes: 5 additions & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


void main(){
print("every example has a main function. run them");
}
15 changes: 11 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: telescope
description: A better state manager.
version: 0.0.1
homepage:
description: A simple and easy to use state manager for flutter.
version: 1.0.0
repository: https://github.com/ali77gh/Telescope

environment:
sdk: ">=2.17.0 <3.0.0"
Expand All @@ -22,7 +22,14 @@ dev_dependencies:

# The following section is specific to Flutter packages.
flutter:

plugin:
platforms:
linux:
windows:
macos:
android:
web:
ios:
# To add assets to your package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
Expand Down

0 comments on commit 9d45ad6

Please sign in to comment.