Skip to content

Commit

Permalink
Update readme with all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Oct 27, 2024
1 parent 071e027 commit 3723b81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ This is a collection of useful flutter plugins.

### Internal

* [lw_sysapi](packages/lw_sysapi) - Get system information, access to system api
* [networker](packages/networker) - Universal Networking library for dart/flutter
* [lw_sysapi](packages/lw_sysapi) - Get system information, access to system api
* [dart_leap](packages/dart_leap) - Helper library for dart
* [material_leap](packages/material_leap) - Additional material design widgets and helpers for flutter
* [generate_leap](packages/generate_leap) - Helper functions for generate functions
* [lw_file_system](packages/lw_file_system) - Cross platform file system for flutter
* [lw_file_system_api](packages/lw_file_system_api) - Pure dart api for lw_file_system
* [localizer](packages/localizer) - Easy localization framework
* [flutter_localizer](packages/flutter_localizer) - Flutter localization framework based on localizer
* [consoler](packages/consoler) - Dart console system
1 change: 1 addition & 0 deletions packages/networker/networker_rtc/lib/client.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
library;

/*
import 'package:networker/networker.dart';
import 'package:web_socket_channel/web_socket_channel.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/networker/networker_s5/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
git:
url: https://github.com/LinwoodDev/dart_pkgs
path: packages/networker/networker
ref: 7494f7d36aa98e03a948f209b6918ed774e269f4
ref: cdcabdbeed3107cbe184a32d8a97c0f462450027
s5: ^0.2.0
hive: ^2.2.3
http: ^1.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/networker/networker_socket/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
git:
url: https://github.com/LinwoodDev/dart_pkgs
path: packages/networker/networker
ref: 7494f7d36aa98e03a948f209b6918ed774e269f4
ref: cdcabdbeed3107cbe184a32d8a97c0f462450027
web_socket_channel: ^3.0.0

dev_dependencies:
Expand Down

0 comments on commit 3723b81

Please sign in to comment.