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

Upgrade Flutter Launcher Icons #1

Merged
merged 135 commits into from
Apr 12, 2023
Merged

Upgrade Flutter Launcher Icons #1

merged 135 commits into from
Apr 12, 2023

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    cc802e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Upgrade args dependency

    comlaterra committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    565fd1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd4595c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Merge pull request fluttercommunity#245 from PiN73/patch-1

    Allow compatible args dependency
    MarkOSullivan94 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    9db8bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d9303 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fluttercommunity#263 from comlaterra/master

    Upgrade args dependency
    MarkOSullivan94 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    caffe34 View commit details
    Browse the repository at this point in the history
  4. Renamed default example -> default_example as you couldn't use defaul…

    …t with flutter create . command
    MarkOSullivan94 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    9e833b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62c572e View commit details
    Browse the repository at this point in the history
  6. Merge pull request fluttercommunity#273 from fluttercommunity/reducin…

    …g-package-size
    
    Reducing package size
    MarkOSullivan94 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    92619fc View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Added info to handle incompatible dependency versions
    MarkOSullivan94 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    4ea5aa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    d0f6dab View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Update README.md

    MarkOSullivan94 committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    590a83f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Merge pull request fluttercommunity#274 from happy-san/patch-1

    Fix: Success message printed on exception
    MarkOSullivan94 committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    314d0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbbdadc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Update ios.dart

    added missing icons sizes
    bossly committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3ed1642 View commit details
    Browse the repository at this point in the history
  2. added missied sizes for iOS

    bossly committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    1551a8a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    cf0d068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6915e2f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Merge pull request fluttercommunity#322 from RatakondalaArun/fix/flut…

    …ter-v2.8.0-support-321
    
    Fix/flutter v2.8.0 support 321
    MarkOSullivan94 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    cae647e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. fix: Incorrect version number shown

    Thanks to build_version and build_runner the version number is automatically generated after running build_runner and should _hopefully_ be easier to update
    
    Refs: fluttercommunity#350
    MarkOSullivan94 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    79b5f6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request fluttercommunity#364 from fluttercommunity/feature…

    …/auto-generation-of-version
    
    fix: Incorrect version number shown
    MarkOSullivan94 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    73750cc View commit details
    Browse the repository at this point in the history
  3. Update README.md

    MarkOSullivan94 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e420c33 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    11adaa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge pull request fluttercommunity#365 from BenVercammen/android-mip…

    …map-bg
    
    fix: ignore commented minSdkVersion
    RatakondalaArun committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4d379de View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    180a0a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b925d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db23d4 View commit details
    Browse the repository at this point in the history
  4. vendor(deps): added new dependencies

    checked_yaml,json_annotation for typesafe configs,
    cli_util for logging
    RatakondalaArun committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9087923 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a5cbff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e597498 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a49ff8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. feat(cli-option): added --prefix option

    --prefix Generates icons in the given path. Used for testing in virtual directory.
    
    Only supports web platform for now
    RatakondalaArun committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    b2b8982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a1f828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    542e7fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3c061d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2aaaa8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bae9be2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a769629 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12da70f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e2578e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96a54a5 View commit details
    Browse the repository at this point in the history
  11. test: added common entrypoint to all tests

    This can be used to generate code coverage reports
    RatakondalaArun committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    24bc6e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    d2c493d View commit details
    Browse the repository at this point in the history
  2. style: add missing space

    Co-authored-by: Mark O'Sullivan <mos182@hotmail.co.uk>
    RatakondalaArun and MarkOSullivan94 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4fac239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aa4162 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af10715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610fcb8 View commit details
    Browse the repository at this point in the history
  6. style: sorted imports

    RatakondalaArun committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    6713bd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a5822e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Merge pull request fluttercommunity#374 from fluttercommunity/Ratakon…

    …dalaArun/web-support
    
    RatakondalaArun/web-support
    RatakondalaArun committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    a69a4e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    168b0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7850064 View commit details
    Browse the repository at this point in the history
  3. ci: added workflow for auto running tests and analyzer for newly open…

    …ed prs to merge into master
    MarkOSullivan94 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    dc3bca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcc1c62 View commit details
    Browse the repository at this point in the history
  5. fix tests

    bossly committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e9d1417 View commit details
    Browse the repository at this point in the history
  6. Merge pull request fluttercommunity#298 from bossly/master

    Added missed icon sizes for iOS
    RatakondalaArun committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    8affb1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a35e23 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6329b7a View commit details
    Browse the repository at this point in the history
  9. fix: typos

    MarkOSullivan94 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4eb502d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    645dc67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f30632 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2713188 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Update lib/main.dart

    Co-authored-by: Ratakondala Arun <ratakondalaarun@gmail.com>
    MarkOSullivan94 and RatakondalaArun committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    3a2fe32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f86452b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    9d088cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request fluttercommunity#389 from fluttercommunity/mos/338…

    …-test-check-version-number
    
    test: checking version number is matching one in pubspec.yaml
    RatakondalaArun committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    34c7d2c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    208a070 View commit details
    Browse the repository at this point in the history
  2. style: formatted

    RatakondalaArun committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    6222def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36793cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e3ef1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2ae2d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Update README.md

    fluttercommunity#231 (comment)
    
    From the insight given in the issue above
    a-k-o-r-e-d-e authored and MarkOSullivan94 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    f3a811e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e3b5a4 View commit details
    Browse the repository at this point in the history
  3. feat(configs): added new configs to FlutterLauncherIconsConfig

    added `min_sdk_android` and `remove_alpha_ios` to `FlutterLauncherIconsConfig`
    RatakondalaArun committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0f3ad18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f58fdce View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Merge pull request fluttercommunity#392 from fluttercommunity/Ratakon…

    …dalaArun/min-sdk-not-found-384
    
    RatakondalaArun/min-sdk-not-found-384
    RatakondalaArun committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4ffd0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a766119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edbc2eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    267737a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    284d0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2a077a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge pull request fluttercommunity#398 from p-mazhnik/pavel/fix-config

    fix loading config from pubspec.yaml
    RatakondalaArun committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    42fb273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de58aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8dc48b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Merge pull request fluttercommunity#397 from fluttercommunity/release…

    …/v0.10.0
    
    Release/v0.10.0
    RatakondalaArun authored and MarkOSullivan94 committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    b8ad042 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Fix typos

    edwardmp authored and MarkOSullivan94 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    226b3db View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    9ad3910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142a6a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Merge pull request fluttercommunity#406 from fluttercommunity/feat/cl…

    …i-improvement
    
    feat/cli-improvement
    RatakondalaArun committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    768c7d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    e1fe1dd View commit details
    Browse the repository at this point in the history
  2. fix: json indentation

    RatakondalaArun authored and MarkOSullivan94 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    704a91b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50f31fb View commit details
    Browse the repository at this point in the history
  4. test(macos): added tests

    RatakondalaArun authored and MarkOSullivan94 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    03f22fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af2c6a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29d9535 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    87e50b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix the icons 50 and 57 in contents.json

    the 50x50 icons are actually meant for ipad, but in our ios.dart they are marked as iphone. while the 57x57 should be 1x and 2x, while in our ios.dart we're using 1x and 3x
    adnanjpg committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    43dbe04 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    cee2b28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fluttercommunity#411 from patelpathik/pubspec-fix

    `repository` & `issue_tracker` added to pubspec
    RatakondalaArun committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    b55dd30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fluttercommunity#412 from adnanjpg/fix-ios-icon-sizes

    fix the icons 50 and 57 in contents.json
    RatakondalaArun committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    07a4bea View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    ea57bf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Add extra white line at the end of the file as xcode projects favor h…

    …aving an empty line at the end
    Alexander Saelmans authored and MarkOSullivan94 committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e6251ee View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    2cc4176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24471a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e9117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fc7887 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b577cf View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Co-authored-by: Mark O'Sullivan <mos182@hotmail.co.uk>
    RatakondalaArun and MarkOSullivan94 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0e07d7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d45f1f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. remove .DS_Store

    connectety authored and MarkOSullivan94 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    882ee22 View commit details
    Browse the repository at this point in the history
  2. chore: Fixes typo in unit tests

    replaces 'invlaidfliConfigTemplate' for 'invalidfliConfigTemplate'
    
    Signed-off-by: Hugo Branco <hugobrancowb@gmail.com>
    hugobrancowb authored and MarkOSullivan94 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    48899bc View commit details
    Browse the repository at this point in the history
  3. chore: ✂️ Remove unused testing code

    Signed-off-by: Hugo Branco <hugobrancowb@gmail.com>
    hugobrancowb authored and MarkOSullivan94 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    77d102f View commit details
    Browse the repository at this point in the history
  4. chore: Formats code running dart format .

    Signed-off-by: Hugo Branco <hugobrancowb@gmail.com>
    hugobrancowb authored and MarkOSullivan94 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4416dbe View commit details
    Browse the repository at this point in the history
  5. add .pubignore

    connectety authored and MarkOSullivan94 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0d42153 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. refactor: updated dependencies

    Had to update the mock dependency as @GenerateNiceMock wasn't working with the previous version
    MarkOSullivan94 committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3ed708e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Don't ignore CHANGELOG.md

    Should improve score from 135 to 140/140.
    https://pub.dev/packages/flutter_launcher_icons/score
    westy92 authored and MarkOSullivan94 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9a48d68 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    6c25163 View commit details
    Browse the repository at this point in the history
  2. - updated other dependencies

    carloshpb authored and MarkOSullivan94 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1bf7542 View commit details
    Browse the repository at this point in the history
  3. - downgrade path to 1.8.2

    carloshpb authored and MarkOSullivan94 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3e7e8a3 View commit details
    Browse the repository at this point in the history
  4. - updated image to 4.0.11

    carloshpb authored and MarkOSullivan94 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    66c7e0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a50b14 View commit details
    Browse the repository at this point in the history
  6. - updated image to 4.0.15

    carloshpb authored and MarkOSullivan94 committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2a9185a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1749b94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    323cbff View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Fix remove alpha for iOS

    mike-500 authored and MarkOSullivan94 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e57229d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0343d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3bc20f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5c2540 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    3aa0fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027b9ab View commit details
    Browse the repository at this point in the history
  3. feat: display command to run to use config file

    If custom file name is used, then only add `-f` flag to keep it clear
    OutdatedGuy authored and MarkOSullivan94 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8394fd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    e9dbe9c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    8043ab5 View commit details
    Browse the repository at this point in the history
  2. v1.0.0

    iamSahdeep committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    64b085d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fcomtest

    # Conflicts:
    #	.gitignore
    #	CHANGELOG.md
    #	README.md
    #	example/default_example/pubspec.yaml
    #	lib/android.dart
    #	lib/constants.dart
    #	lib/custom_exceptions.dart
    #	lib/ios.dart
    #	lib/main.dart
    #	lib/utils.dart
    #	pubspec.yaml
    #	test/main_test.dart
    iamSahdeep committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    bd72018 View commit details
    Browse the repository at this point in the history