Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 2.42 KB

File metadata and controls

59 lines (32 loc) · 2.42 KB

riada: fonts generator

riada: fonts generator is a Visual Studio Code extension that aims to assist Flutter developers in writing clean and organized code by providing features for font sizes, code formatting, and more.

Features

  • Font Size Assistance: Simplify font size management by providing suggestions and code snippets for common font sizes. Create a scalable typography system for your Flutter applications.

  • Code Formatting: Format your Flutter code according to best practices and style guidelines. Keep your codebase clean and maintainable with automated code formatting.

  • ... (Add additional features here)

Requirements

To use the riada: fonts generator extension, you need to have the following prerequisites installed:

  • Visual Studio Code (version 1.78.0 or higher)
  • Flutter SDK (version X.X.X or higher)

Extension Settings

This extension contributes the following settings:

  • flutter-font-generator.enable: Enable/disable the riada: fonts generator extension.

Known Issues

  • Issue #1: Description of the issue and any available workarounds.
  • Issue #2: Description of another issue and any available workarounds.
  • ...

Please check the GitHub issues page for known issues and to report new ones.

Release Notes

1.0.0

  • Initial release of riada: fonts generator.
  • Added font size assistance feature.

1.1.0

  • Added code formatting feature.
  • Fixed known issues reported by users.

Please refer to the changelog for more detailed release notes.

Feedback and Contributions

We welcome your feedback and contributions to make riada: fonts generator even better. If you encounter any issues, have suggestions, or would like to contribute, please open an issue or submit a pull request on the GitHub repository.

We appreciate your support in improving this extension and making it more valuable to the Flutter community.


For more information about Flutter development and best practices, refer to the Flutter documentation and Visual Studio Code's Flutter support.

Enjoy writing clean and efficient Flutter code with riada: fonts generator!