proximity
flutter widgets you haven’t used yet.
problems that proximity solves
currently, flutter has a lot of useful pre-built widgets, no, too many widgets.
thus, it is not easy to know all widgets and how each widgets work and behave.
proximity solves this problem. it enables users to touch and feel widgets so that they can learn them effectively.
gif
powerful search by algolia
widgets that you can touch and feel
- animated_padding ✨
- radio_list_tile ✨
- package_info_plus ✨
- device_info_plus ✨
- url_launcher ✨
- flutter_progress_hud ✨
- showmodalbottomsheet ✨
- autocompletecore ✨
- animatedcontainer
- animatedalign
- animatedpositioned
- reorderablelistview
- slider
- expanded
- flexible
- align
- fcm(push notification)
- fractionallysizedbox
- indexedstack
- sliver
- sliverappbar
- sliverlistandslivergridview
- algolia(ios only) – full-text search
- searchdelegate
- table
- switchlisttile
- animatedswitcher
- rotatedbox
- scrollbar
- expansionpanel
- physicalmodel
for contributors
how to setting firebase project for build and run
- add firebase to your ios project and place “googleservice-info.plist”
- setup anonymous authentication of firebase authentication
- in the firebase console, open the auth section.
- on the sign-in methods page, enable the anonymous sign-in method.
- run proximity project and execute app
okay, you have already completed for setting to build and run application.
execute this command in your terminal and execute application in your emulator.
$ open -a simulator
$ flutter run
Comments are closed.