Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mafreud committed Jun 12, 2021
1 parent 3010419 commit 7bf08ba
Showing 1 changed file with 19 additions and 34 deletions.
53 changes: 19 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

```
$ open -a simulator
$ flutter run
```

0 comments on commit 7bf08ba

Please sign in to comment.