Skip to content

Commit c8a39bf

Browse files
chore: pubdevに向けて必要ファイルの追加
- pubdev除外ファイル追加 - 更新履歴追加(評価の為) - ライセンス追加 - READMEに英語追加 - pubdev公開用項目追加
1 parent 510d149 commit c8a39bf

6 files changed

Lines changed: 467 additions & 32 deletions

File tree

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches: [ main ]
6-
paths:
7-
- 'pages/**'
86

97
permissions:
108
contents: write

.pubignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Example app files that shouldn't be published
2+
example/pubspec.lock
3+
example/.dart_tool/
4+
example/build/
5+
example/.flutter-plugins
6+
example/.flutter-plugins-dependencies
7+
8+
# IDE files
9+
.vscode/
10+
.idea/
11+
12+
# OS files
13+
.DS_Store
14+
Thumbs.db

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.0-beta] - 2025-08-12
9+
10+
### Added
11+
- Initial beta release
12+
- OAuth 2.0 authentication for Misskey servers (v2023.9.0+)
13+
- External browser authentication (no embedded WebViews)
14+
- Secure token storage using flutter_secure_storage
15+
- PKCE (Proof Key for Code Exchange) implementation
16+
- Custom URL scheme handling for authentication callbacks
17+
- Cross-platform support (iOS/Android)
18+
19+
### Features
20+
- `MisskeyOAuthClient` - Main authentication client
21+
- `MisskeyOAuthConfig` - Configuration class for authentication
22+
- Comprehensive error handling with custom exceptions
23+
- Support for custom callback schemes

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright <2025> <LibraryLibrarian>
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)