facebook_setup 0.0.9
facebook_setup: ^0.0.9 copied to clipboard
A command-line tool which simplifies the task of updating your Flutter app's Facebook-Login keys.
0.0.9 - 2024-07-12 #
Fixed
- Fixed merge info.plist with google or other with same keys
- Dart 4.0.0 support
0.0.8 - 2023-04-03 #
Fixed
- Fixed version number in print
- Replaced a wrong 'null' with 'false' in if condition
0.0.7 - 2023-04-03 #
Changed
- Updated dependencies
0.0.6 - 2022-09-27 #
Added
- Added FacebookClientToken management
0.0.5 - 2022-03-10 #
Fixed
- A break statement in the wrong position caused the duplication of some lines in the Info.plist file
0.0.4 - 2022-03-09 #
Changed
- Add if not exist BundleUrlSchemes in Info.plist
0.0.3 - 2022-03-08 #
Added
- Update BundleUrlSchemes in Info.plist
0.0.2 - 2022-03-01 #
Changed
- Downgrade path dependency from 1.8.1 to 1.8.0
0.0.1 - 2022-03-01 #
First release!