fix(localizations): minor fixes
Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.0.1
|
||||
|
||||
* Minor Fixes
|
||||
|
||||
## 1.0.0
|
||||
|
||||
* First release
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_localizations/flutter_localizations.dart';
|
||||
import 'package:jiffy/jiffy.dart';
|
||||
import 'package:stream_chat_flutter/stream_chat_flutter.dart'
|
||||
show StreamChatLocalizations, User;
|
||||
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
||||
|
||||
part 'stream_chat_localizations_en.dart';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/// Localizations for the StreamChat Flutter library.
|
||||
library stream_chat_localization;
|
||||
library stream_chat_localizations;
|
||||
|
||||
export 'package:flutter_localizations/flutter_localizations.dart'
|
||||
show
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: stream_chat_localizations
|
||||
description: The Official localizations for Stream Chat Flutter, a service for building chat applications
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
homepage: https://github.com/GetStream/stream-chat-flutter
|
||||
repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
Reference in New Issue
Block a user