Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v4.1.0 #152

Merged
merged 1 commit into from
Oct 29, 2021
Merged

chore: release v4.1.0 #152

merged 1 commit into from
Oct 29, 2021

Conversation

wasabeef
Copy link
Member

@wasabeef wasabeef commented Oct 29, 2021

4.1.0

Feature

  • #138 Generate dartdoc as follows.
    /// File path: pictures/chip5.jpg
    AssetGenImage get chip5 => const AssetGenImage('pictures/chip5.jpg');
    /// Color: #979797
    static const Color gray410 = Color(0xFF979797);
  • #143 Support Rive files type.
    flutter_gen:
      integrations:
        rive: true
  • #150 Added the --version option for command-line.
    % fluttergen --version 
    FlutterGen v4.1.0

Bug fix

  • #134 Added the ability to support the at symbol (@) in file names.
    AssetGenImage get logo2x => const AssetGenImage('assets/images/logo@2x.png');

Development

  • Update to Dart 2.14.4.
  • Update to Flutter 2.5.3.
  • Replace to renovate.

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #152 (c356880) into main (6c6675a) will not change coverage.
The diff coverage is n/a.

❗ Current head c356880 differs from pull request most recent head d9d16b0. Consider uploading reports for the commit d9d16b0 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #152   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files          19       19           
  Lines         565      565           
=======================================
  Hits          559      559           
  Misses          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c6675a...d9d16b0. Read the comment docs.

@wasabeef wasabeef merged commit 267b620 into main Oct 29, 2021
@wasabeef wasabeef deleted the release-410 branch October 29, 2021 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant