Skip to content

Commit f23dcc0

Browse files
committed
bump: version 2.1.0-rc.1
1 parent c8f98b6 commit f23dcc0

File tree

8 files changed

+61063
-57160
lines changed

8 files changed

+61063
-57160
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0-rc.1
2+
#### Features
3+
- Add remote config panel - [Feature Flag Stubbing]
4+
15
## 2.0.2
26
#### Fixed
37
- Fixing issue with --obfuscate flag when building the app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
### This package is designed to streamline the organization and maintain consistency when implementing a micro-app architecture in Flutter applications, ensuring a standardized and efficient development process.
3-
> Monolithic distribution with independent multilanguage development, using Event Driven Architecture.
3+
44

55
[![Pub Version](https://img.shields.io/pub/v/flutter_micro_app?color=%2302569B&label=pub&logo=flutter)](https://pub.dev/packages/flutter_micro_app)
66
![CI](https://github.com/emanuel-braz/flutter_micro_app/actions/workflows/analyze.yml/badge.svg)

extension/devtools/build/flutter_bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/devtools/build/flutter_service_worker.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
33
const TEMP = 'flutter-temp-cache';
44
const CACHE_NAME = 'flutter-app-cache';
55

6-
const RESOURCES = {"flutter_bootstrap.js": "7b6c2d0e416ebbca864ed40fcdf7dfa5",
6+
const RESOURCES = {"flutter_bootstrap.js": "6cdbd1c3050519330eb1651141300f00",
77
"version.json": "f90509c8becec32b00aa979e7be8da20",
8-
"index.html": "6f63a3a282a2cbb8c04aa2149f07fa7f",
9-
"/": "6f63a3a282a2cbb8c04aa2149f07fa7f",
10-
"main.dart.js": "3fe88bc667ed61543708271887a83e0d",
8+
"index.html": "ea7d35dfe70a2edde6ad2cb97495fbfe",
9+
"/": "ea7d35dfe70a2edde6ad2cb97495fbfe",
10+
"main.dart.js": "e18af1d10e62a099bf8def993abc73ba",
1111
"flutter.js": "f393d3c16b631f36852323de8e583132",
1212
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
1313
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",

extension/devtools/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<script>
3636
// The value below is injected by flutter build, do not touch.
37-
const serviceWorkerVersion = "3892764267";
37+
const serviceWorkerVersion = "515139361";
3838
</script>
3939
<!-- This script adds the flutter initialization JS code -->
4040
<script src="flutter.js" defer></script>

0 commit comments

Comments
 (0)