Skip to content

Commit

Permalink
🔖 0.1.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 26, 2023
1 parent 7aae76d commit 9edb75a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.0.1
## 0.1.0-dev.1

* TODO: Describe initial release.
* Support secp256r1 on Android and iOS.
22 changes: 21 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
TODO: Add your license here.
MIT License

Copyright (c) 2022 AstroxNetwork

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'dart:typed_data';
import 'package:agent_dart/identity/p256.dart';
import 'package:convert/convert.dart';
import 'package:flutter/material.dart';
import 'package:p256/p256.dart';
import 'package:secp256r1/secp256r1.dart';

void main() {
runApp(const MyApp());
Expand Down
6 changes: 2 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
flutter:
sdk: flutter

p256:
secp256r1:
path: ../

agent_dart: ^1.0.0-0
Expand All @@ -23,9 +23,7 @@ dev_dependencies:

dependency_overrides:
agent_dart:
git:
url: https://github.com/AstroxNetwork/agent_dart
ref: feat/signer+der
path: ../../agent_dart

flutter:
uses-material-design: true
File renamed without changes.
8 changes: 2 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: p256
name: secp256r1
description: A new Flutter plugin project.
version: 0.1.0-dev.1
repository: https://github.com/AstroxNetwork/p256
Expand All @@ -9,11 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
# agent_dart: ^1.0.0-0
agent_dart:
git:
url: https://github.com/AstroxNetwork/agent_dart
ref: feat/signer+der
agent_dart: ^1.0.0-dev.8
plugin_platform_interface: ^2.0.2

dev_dependencies:
Expand Down

0 comments on commit 9edb75a

Please sign in to comment.