api_guide 1.0.9 api_guide: ^1.0.9 copied to clipboard
API Guide is package to generate API calls documentations like OpenAPI schema.
[1.0.9] - 2023/11/09 #
- Update README.md file.
- Update CHANGELOG.md file.
- Enhance responsiveness at small screens.
- Update control search icon shortcut on windows platform.
- Remove unnecessary widgets from FAQs section and search dialog.
- Handle Esc key when close sample code dialog.
- Add @immutable annotation to proper domain and constant classes.
[1.0.8] - 2023/11/08 #
- Update README.md file.
- Update CHANGELOG.md file.
- Fix Privacy and Terms link clicks.
- Enhance sample code button appearance.
- Enhance performance issues.
- Add optional theme color swatches from 14 color pallets.
- Import provider with version 6.0.5 package and enhance state management.
- Add explanatory comments.
[1.0.7] - 2023/11/03 #
- Update README.md file.
- Update CHANGELOG.md file.
- Add explanatory comments.
- Fix Windows Ctrl key listener.
- Make all texts as a selectable.
[1.0.6] - 2023/11/03 #
- Update README.md file.
- Update CHANGELOG.md file.
- Fix the API Guide header theme switch.
- Fix the return back from the main API Guide widget by wrapping with WillPopScope .
[1.0.5] - 2023/11/03 #
- Update README.md file.
- Update CHANGELOG.md file.
- Fix sample code snippets to expand to the width.
- Fix API Item header at small screens.
- Fix FAQs title at small screens.
- Lightening the background color of the sample code.
- Fix responses to expand to the width.
- Reduce navigation functions to one and call everywhere.
- Add responsive search widget to search the API integration guide.
- Update example code by updating const positions.
- Update APIItem class model by adding isHovered attribute.
- Add explanatory comments.
[1.0.4] - 2023/10/30 #
- Update README.md file.
- Update CHANGELOG.md file.
- Import url_launcher with version 6.2.1 package.
- Add Privacy & Policy and Terms of Use optional footer links.
[1.0.3] - 2023/10/27 #
- Update README.md file.
- Update CHANGELOG.md file.
- Add explanatory comments.
- Add theme light / dark mode feature.
[1.0.2] - 2023/10/21 #
- Update README.md file.
- Update CHANGELOG.md file.
- Justify Introduction text.
- Justify FAQs answer text.
- Update MyHomePage at example by new super key way.
- Update example flutter_lints to 3.0.0
- Update library flutter_lints to 3.0.0
- Update lints to 3.0.0
- Remove unused cupertino_icons at example pubspec.yaml
[1.0.1] - 2023/10/19 #
- Initial release of package and example project.