Skip to content

Releases: crowdin/flutter-sdk

1.1.0

28 Jan 08:47
45a2412

Choose a tag to compare

What's Changed

  • feat: support named parameters by @Phat0M in #83

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

21 Jan 14:57
1b9b09b

Choose a tag to compare

The Crowdin Flutter SDK is out of beta and now in stable release! 🎉

Breaking Changes

  • Minimum requirements updated: Dart SDK >=3.4.0 <4.0.0, Flutter >=3.22.0
  • Default synthetic-package changed from true to false to align with Flutter 3.32+ deprecation
  • Import paths changed from package:flutter_gen/gen_l10n/... to direct source imports

Migration

  1. Add synthetic-package: false to your l10n.yaml (or rely on new default)
  2. Update imports:
    // Before
    import 'package:flutter_gen/gen_l10n/crowdin_localizations.dart';
    
    // After
    import 'package:your_app/l10n/crowdin_localizations.dart';
  3. Run flutter pub run crowdin_sdk:gen to regenerate

Full Changelog: 0.8.1...1.0.0

0.8.1

28 Nov 09:56
47bc531

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.8.1

0.8.0

03 Jun 14:58
4b4936d

Choose a tag to compare

What's Changed

  • feat: expose downloaded manifest statically + check if locale is supported according to manifest by @tim-alenus in #71
  • feat: stop requests when distribution deleted by @FlutterOd in #72
  • docs: flutter_gen synthetic package migration by @FlutterOd in #74

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

25 Feb 11:51
3bdf371

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.4...0.7.0

0.6.4

12 Feb 09:57
ebc8196

Choose a tag to compare

What's Changed

  • fix: Spanish Language not handling properly within the SDK (es-ES) by @FlutterOd in #64
  • build(deps): update intl dependency by @andrii-bodnar in #66

Full Changelog: 0.6.3...0.6.4

0.6.3

12 Jun 12:13
a53e09f

Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3

0.6.2

27 May 08:55
e31d94e

Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

08 Apr 13:54
619fb3e

Choose a tag to compare

What's Changed

  • fix: Pass static analysis. crowdin_generator.dart format by @FlutterOd in #47

Full Changelog: 0.6.0...0.6.1

0.6.0

20 Mar 08:21
4a5718c

Choose a tag to compare

What's Changed

  • fix: Select options in Flutter ARB translation languages not working when using CDN by @FlutterOd in #45

Full Changelog: 0.5.1...0.6.0