Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Mar 4, 2025
1 parent a3ebb1c commit 17a6135
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 43 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.42

- New Version 0.0.42
- Update Dependencies
## 0.0.41

- New Version 0.0.41
Expand Down
4 changes: 1 addition & 3 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ class _HomePageState extends State<HomePage> {
floatingActionButton: FloatingActionButton(
onPressed: () {
// context.pageStorageBucket.writeState(context, "slewlpalsp", identifier: "args");
context
.navigator()
.pushNamed("/sign/sasa/dalplpe/fepltpee/epl", arguments: "Asa");
context.navigator().pushNamed("/sign/sasa/dalplpe/fepltpee/epl", arguments: "Asa");
// context.routeGeneralLibFlutterPushNamed(routeName: "/sign", parameters: context);
// context.navigator().push(
// MaterialPageRoute(
Expand Down
14 changes: 3 additions & 11 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ packages:
relative: true
source: path
version: "0.0.41"
js:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
url: "https://pub.dev"
source: hosted
version: "0.7.1"
leak_tracker:
dependency: transitive
description:
Expand Down Expand Up @@ -174,10 +166,10 @@ packages:
dependency: "direct overridden"
description:
name: pointycastle
sha256: "70fe966348fe08c34bf929582f1d8247d9d9408130723206472b4687227e4333"
sha256: "92aa3841d083cc4b0f4709b5c74fd6409a3e6ba833ffc7dc6a8fee096366acf5"
url: "https://pub.dev"
source: hosted
version: "3.8.0"
version: "4.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -257,4 +249,4 @@ packages:
version: "14.3.1"
sdks:
dart: ">=3.7.0-0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
flutter: ">=3.29.0"
2 changes: 1 addition & 1 deletion lib/extension/build_context.dart
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ extension BuildContextExtension<T> on BuildContext {
child: Container(
padding: const EdgeInsets.all(10),
decoration: BoxDecoration(
color: context.theme.dialogBackgroundColor,
color: context.theme.dialogTheme.backgroundColor,
borderRadius: BorderRadius.circular(20),
),
child: CircularProgressIndicator(
Expand Down
1 change: 1 addition & 0 deletions lib/route/route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ class RouterGeneralLibFlutter {

/// GeneralLibraryFlutter
void activate() {
// ignore: invalid_use_of_protected_member
navigator.activate();
}

Expand Down
9 changes: 7 additions & 2 deletions lib/widget/general_widget_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ class GeneralLibFlutterApp extends ChangeNotifier {
),
),
indicatorColor: Colors.black,
dialogBackgroundColor: Colors.white,
dialogTheme: themeData.dialogTheme.copyWith(
backgroundColor: Colors.white,
),
cardColor: Colors.grey,
appBarTheme: themeData.appBarTheme.copyWith(
backgroundColor: const Color.fromARGB(
Expand Down Expand Up @@ -283,7 +285,10 @@ class GeneralLibFlutterApp extends ChangeNotifier {
const TextStyle())
.copyWith(color: Colors.white)),
indicatorColor: Colors.white,
dialogBackgroundColor: const Color.fromARGB(255, 64, 64, 64),

dialogTheme: themeData.dialogTheme.copyWith(
backgroundColor: const Color.fromARGB(255, 64, 64, 64),
),
cardColor: Colors.grey,
appBarTheme: themeData.appBarTheme.copyWith(
backgroundColor: const Color.fromARGB(
Expand Down
38 changes: 15 additions & 23 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
sha256: "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418"
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.1.4"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -143,10 +143,10 @@ packages:
dependency: "direct dev"
description:
name: general_lib
sha256: "5618d8320485471f04d61c14c67b2c7044d77fae95acfb92375348af78baffd8"
sha256: ea076e5f02986a792edeedd87ccda9158d6f2166ef8f1bc65e79becadfe21cd9
url: "https://pub.dev"
source: hosted
version: "0.0.66"
version: "0.0.69"
http:
dependency: transitive
description:
Expand All @@ -167,10 +167,10 @@ packages:
dependency: transitive
description:
name: image
sha256: "8346ad4b5173924b5ddddab782fc7d8a6300178c8b1dc427775405a01701c4a6"
sha256: "13d3349ace88f12f4a0d175eb5c12dcdd39d35c4c109a8a13dfeb6d0bd9e31c3"
url: "https://pub.dev"
source: hosted
version: "4.5.2"
version: "4.5.3"
io:
dependency: transitive
description:
Expand All @@ -183,18 +183,10 @@ packages:
dependency: transitive
description:
name: io_universe
sha256: d2e6860d90486d60f608266e32c4280300354adc00625d64c52d1785d7b81ada
url: "https://pub.dev"
source: hosted
version: "0.0.5"
js:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: e42dd887a33901505bf1db5c6653d936d9c6260f2367150fe90b019349406aad
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.0.8"
leak_tracker:
dependency: transitive
description:
Expand Down Expand Up @@ -279,10 +271,10 @@ packages:
dependency: "direct overridden"
description:
name: pointycastle
sha256: "70fe966348fe08c34bf929582f1d8247d9d9408130723206472b4687227e4333"
sha256: "92aa3841d083cc4b0f4709b5c74fd6409a3e6ba833ffc7dc6a8fee096366acf5"
url: "https://pub.dev"
source: hosted
version: "3.8.0"
version: "4.0.0"
posix:
dependency: transitive
description:
Expand Down Expand Up @@ -380,18 +372,18 @@ packages:
dependency: transitive
description:
name: web
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a"
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "1.1.1"
win32:
dependency: transitive
description:
name: win32
sha256: "154360849a56b7b67331c21f09a386562d88903f90a1099c5987afc1912e1f29"
sha256: b89e6e24d1454e149ab20fbb225af58660f0c0bf4475544650700d8e2da54aef
url: "https://pub.dev"
source: hosted
version: "5.10.0"
version: "5.11.0"
xml:
dependency: transitive
description:
Expand All @@ -418,4 +410,4 @@ packages:
version: "0.2.3"
sdks:
dart: ">=3.7.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
flutter: ">=3.29.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'general_lib_flutter'
description: 'Library for make flutter more easy and more short with universal extension, utils, and more.'
version: '0.0.41'
version: '0.0.42'
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: '>=3.10.0'
flutter: '>=3.29.0'
dependencies:
flutter:
sdk: 'flutter'
dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^5.0.0'
general_lib: '^0.0.67'
general_lib: '^0.0.69'
dependency_overrides:
pointycastle: '4.0.0'
mime: '^2.0.0'
Expand Down

0 comments on commit 17a6135

Please sign in to comment.