merge feature/new-ui

This commit is contained in:
Salvatore Giordano
2021-01-04 13:44:35 +01:00
parent 7f853b9d70
commit 7f7b33bfd2
3 changed files with 8 additions and 6 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
import 'dart:async';
import 'dart:io';
import 'package:example/choose_user_page.dart';
import 'package:example/chat_info_screen.dart';
import 'package:example/choose_user_page.dart';
import 'package:example/group_info_screen.dart';
import 'package:example/new_chat_screen.dart';
import 'package:example/new_group_chat_screen.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';