mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: use beta.appflowy.com
This commit is contained in:
parent
4ece2ff959
commit
bec7227cff
@ -14,7 +14,7 @@ import 'package:freezed_annotation/freezed_annotation.dart';
|
|||||||
part 'document_share_bloc.freezed.dart';
|
part 'document_share_bloc.freezed.dart';
|
||||||
|
|
||||||
// todo: replace with beta
|
// todo: replace with beta
|
||||||
const _url = 'https://test.appflowy.com';
|
const _url = 'https://beta.appflowy.com';
|
||||||
|
|
||||||
class DocumentShareBloc extends Bloc<DocumentShareEvent, DocumentShareState> {
|
class DocumentShareBloc extends Bloc<DocumentShareEvent, DocumentShareState> {
|
||||||
DocumentShareBloc({
|
DocumentShareBloc({
|
||||||
|
@ -306,6 +306,11 @@ void showToastNotification(
|
|||||||
alignment: Alignment.bottomCenter,
|
alignment: Alignment.bottomCenter,
|
||||||
autoCloseDuration: const Duration(seconds: 4),
|
autoCloseDuration: const Duration(seconds: 4),
|
||||||
showProgressBar: false,
|
showProgressBar: false,
|
||||||
|
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||||
|
borderSide: BorderSide(
|
||||||
|
width: 1.5,
|
||||||
|
color: Colors.grey.withOpacity(0.4),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user