inshorts_flutter 0.0.3 copy "inshorts_flutter: ^0.0.3" to clipboard
inshorts_flutter: ^0.0.3 copied to clipboard

Inshorts news app's flutter implementation. Inshorts is an app which provides news from different sources and presents them under 60 words. This package uses Inshorts mobile app's private API to bring [...]

0.0.3 #

  • BREAKING CHANGES:
    • Refactored model imports: lib/api/global_response.dart removed. Models are now grouped under lib/models/ and exported via the main entry point. Import package:inshorts_flutter/inshorts_flutter.dart instead.
    • Standardized NewsType enums to camelCase (e.g., all_news -> allNews, top_stories -> topStories) to align with Dart naming conventions.
  • Refactored model classes into separate files for better maintainability.
  • Added comprehensive unit tests and structural schema validation.
  • Enhanced InShorts.getNews with robust null-safety and error handling.
  • Improved example app with a beautiful, compact news card design.
  • Updated InShorts utility methods to use modern Dart enhanced switch expressions.

0.0.2 #

  • Update pubspec.yaml description.

0.0.1 #

  • initial release.
4
likes
140
points
119
downloads

Publisher

verified publisherashiish.space

Weekly Downloads

Inshorts news app's flutter implementation. Inshorts is an app which provides news from different sources and presents them under 60 words. This package uses Inshorts mobile app's private API to bring news to flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on inshorts_flutter