flutter_offline icon indicating copy to clipboard operation
flutter_offline copied to clipboard

✈️ A tidy utility to handle offline/online connectivity like a Boss

Results 20 flutter_offline issues
Sort by recently updated
recently updated
newest added

Hi, This plugin is very cool but clearly it's a problem to wrap every single screen in an OfflineBuilder()... That's a lot of duplicated / boilerplate code for each one....

## Problem statement Was wandering around this package. I saw there's just a widget builder widget rebuilding the widgets on change of the connectivity. I think it should have a...

[ +3 ms] Swift Compiler Error (Xcode): Cannot find type 'Reachability' in scope /Users/tebalink/development/flutter/.pub-cache/hosted/pub.dartlang.org/connectivity_plus-2.3.6/ios/Classes/ReachabilityConnectivityProvider.swift:3:29

is any solution to wrap the library inside whole application like `MaterialApp` instead of define inside each screen and avoid extending that?

The iOS application never opens. When I tried to archive it I am getting the following error ``` Multiple commands produce '/Users/mdhasanrahman/Library/Developer/Xcode/DerivedData/Runner-fgzktmibyndpbgfkmsizqhgncvxe/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Reachability.framework': Target 'Reachability' has create directory command with output...

Hi, I used the flutter_offline package. I included this permission in AndroidManifest.Xml, located the main folder. In debug mode, flutter_offline is working fine. Whenever I build, it does not work...

I write exactly the same code but im getting this error. Quick solution pls ![code](https://user-images.githubusercontent.com/91256437/154568457-6b00ab38-f23c-43f0-b23b-f808a1e71df3.PNG) .

![image](https://user-images.githubusercontent.com/24459435/153934400-2eb37e23-70f2-4c26-81f1-d8cec319aa7e.png) This package uses the `plus` packages (which have support for all platforms) and the pub.dev page says that this package has support for all platforms. So is the sentence...

Execution failed for task ':connectivity:compileDebugJavaWithJavac'.

Hello. I am found a package wifi_info_flutter in the project. A very useful library for this functionality. But it is not used anywhere. Maybe was there something missing in the...