Skip to content

Commit

Permalink
🌟 2.4.0
Browse files Browse the repository at this point in the history
Check Changelog
  • Loading branch information
CidQu committed May 13, 2023
1 parent 29ca75e commit d24c5a5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 2.3.1
## 2.4.0
* Bug fixes and new domain.

## 2.3.1
* Renewed ip adress with static domain. So it should no longer disapper after long usage. It has SSL as well.

## 2.3.0
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOGTR.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 2.3.1
## 2.4.0
* Hata düzeltmeleri ve yeni alan adı.

## 2.3.1
* ip adresi yerine alan adı ekledim, artık kopmalar yaşanmayacak ve SSL de var.

## 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion example/sozlukdeneme/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environment:
dependencies:
flutter:
sdk: flutter
sozluk: any
sozluk: ^2.3.1


# The following adds the Cupertino Icons font to your application.
Expand Down
5 changes: 2 additions & 3 deletions lib/env.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class env {
static String ipAdresi = "https://api.cidqu.net/zemberek";
static String ipAdresi = "http://zemberek.api.cidqu.net";
static String port = '4567';
static String host = 'localhost';

static String creator = 'CidQu';
static String version = '2.3.0';
static String version = '2.4.0';

static String container = 'cbilgili/zemberek-nlp-server';
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sozluk
description: Sozluk is a community-driven Turkish dictionary powered by Turkish Language Association.
version: 2.3.1
version: 2.4.0

environment:
sdk: ">=2.15.1 <3.0.0"
Expand Down
1 change: 1 addition & 0 deletions test/turkish_dictionary_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:sozluk/sozluk.dart';
void main() {
test('Deneme woooww', () async {
var sozluk = Sozluk().zemberek;
var tdk = Sozluk().dictionary;
var word = "Dalga";
var morphemes = "Verb+Fut+Past+A3sg";

Expand Down

0 comments on commit d24c5a5

Please sign in to comment.