From 7bf08ba1b229853f6e3a9eb7031a1354dd9f3cd0 Mon Sep 17 00:00:00 2001 From: Masahiro Aoki Date: Sun, 13 Jun 2021 00:37:50 +0900 Subject: [PATCH] update readme --- README.md | 53 +++++++++++++++++++---------------------------------- 1 file changed, 19 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index b0bc4c0..f299ffd 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,12 @@ Proximity solves this problem. It enables users to touch and feel widgets so tha ## Widgets that you can touch and feel -- AnimatedContainer ✨ -- AnimatedAlign ✨ +- url_launcher ✨ +- flutter_progress_hud ✨ +- showModalBottomSheet ✨ +- AutocompleteCore ✨ +- AnimatedContainer +- AnimatedAlign - AnimatedPositioned - ReorderableListView - Slider @@ -45,45 +49,26 @@ Proximity solves this problem. It enables users to touch and feel widgets so tha - ExpansionPanel - PhysicalModel -## Coming soon - -### Widget - -- AnimatedList -- Flow -- AnimatedWidget -- ToggleButtons -- AnimatedIcon -- SafeArea -- InteractiveViewer -- Curves -- Switch -- Navigator - -### Package - -- animations -- adobe_xd -- flutter_slidable -- flutter_chat_ui - ## For contributors + ### How to setting firebase project for build and run + 1. Add Firebase to your iOS project and place "GoogleService-Info.plist" - See: https://firebase.google.com/docs/ios/setup + See: https://firebase.google.com/docs/ios/setup + 1. Setup Anonymous Authentication of Firebase Authentication - 1. In the Firebase console, open the Auth section. - 1. On the Sign-in Methods page, enable the Anonymous sign-in method. + 1. In the Firebase console, open the Auth section. + 1. On the Sign-in Methods page, enable the Anonymous sign-in method. 1. Run Proximity project and execute app - Okay, you have already completed for setting to build and run application. +Okay, you have already completed for setting to build and run application. + +Execute this command in your terminal and execute application in your emulator. - Execute this command in your terminal and execute application in your emulator. - ``` - $ open -a simulator - $ flutter run - ``` - \ No newline at end of file +``` +$ open -a simulator +$ flutter run +```