Skip to content

Commit

Permalink
chore(replay_bloc): v0.3.0 (#4325)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jan 12, 2025
1 parent 3e001fd commit d620c56
Show file tree
Hide file tree
Showing 65 changed files with 26 additions and 1,417 deletions.
6 changes: 6 additions & 0 deletions packages/replay_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.0

- refactor: upgrade to `bloc ^9.0.0` ([#4137](https://github.com/felangel/bloc/pull/4137))
- chore: add `funding` to `pubspec.yaml` ([#4200](https://github.com/felangel/bloc/pull/4200))
- chore: update sponsors

# 0.2.7

- refactor: use additional lint rules ([#4083](https://github.com/felangel/bloc/pull/4083))
Expand Down
2 changes: 1 addition & 1 deletion packages/replay_bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class CounterBloc extends HydratedBloc<CounterEvent, int> with ReplayBlocMixin {

## Dart Versions

- Dart 2: >= 2.12
- Dart 2: >= 2.14

## Maintainers

Expand Down
20 changes: 7 additions & 13 deletions packages/replay_bloc/example/.metadata
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled.
# This file should be version controlled and should not be manually edited.

version:
revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
channel: stable
revision: "17025dd88227cd9532c33fa78f5250d548d87e9a"
channel: "stable"

project_type: app

# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
- platform: android
create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
- platform: ios
create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
- platform: web
create_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
base_revision: 84a1e904f44f9b0e9c4510138010edcc653163f8
create_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a
base_revision: 17025dd88227cd9532c33fa78f5250d548d87e9a

# User provided section

Expand Down
17 changes: 2 additions & 15 deletions packages/replay_bloc/example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# example
# Replay Bloc Example

A new Flutter project.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
A sample project that showcases how to use package:replay_bloc.
13 changes: 0 additions & 13 deletions packages/replay_bloc/example/android/.gitignore

This file was deleted.

72 changes: 0 additions & 72 deletions packages/replay_bloc/example/android/app/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions packages/replay_bloc/example/android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions packages/replay_bloc/example/android/gradle.properties

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions packages/replay_bloc/example/android/settings.gradle

This file was deleted.

34 changes: 0 additions & 34 deletions packages/replay_bloc/example/ios/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions packages/replay_bloc/example/ios/Flutter/AppFrameworkInfo.plist

This file was deleted.

Loading

0 comments on commit d620c56

Please sign in to comment.